Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Struts
Page 24 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Problem with optiontransferselect when loaded via an AJAX <s:a >

Hi I have a page with an optiontransferselect which works ok if called directly via the action in the browser. If I load the page from within another page via an AJAX <s a > I get the following in th

Multiple actions with overlapping URL ranges

Hi Is there a way in Struts 2 to make the action mapper choose the Action to be invoked based on two criteria 1) the action 's name (eg. a wildcard mapping) and 2) a boolean value obtained by invo

Subject: Redirect after File Upload

Hi There I would like to upload some jpegs with struts 2.0.9 and redirect to another site after the Action returns SUCCESS. I tried is like this ( after reading the file upload example from the str

Add Web Service to Struts Web App

Hi I 've been googling and looking at the user mailing list if I add web service to a struts based application but didn 't find my answers. Currently I am developing a struts based application with

Re: Passing value from Struts tag in JSP to Action class

--- Oleg Konovalov <olegstruts@(protected) > wrote > <input type "image " onclick "rowId value " > As of now I am getting Javascript error "Object > doesn 't support this property or method " comp

Passing value from Struts tag in JSP to Action class

Hi I am populating JSP page with rows retrieved from the database and represented as a List of Beans in forEach loop <c forEach var "list " items "${OperationsForm.OperationsList} " > ...

Struts tile and other tag includes

Struts 1.29 app that uses tiles definitions. Question is I am finding myself having to call the taglib in the layout and also in each tile. If I take the taglib out of any of the jsp pages that is

Subject: Tiles and struts tags

Struts 1.29 app that uses tiles definitions. Question is I am finding myself having to call the taglib in the layout and also in each tile. If I take the taglib out of any of the jsp pages that is

Subject: Struts and arabic encoding

hi all i have a problem with my web application when i enter an arabic text in the text fields and trying to save it in the database or print it into the command it appears with some strange encodi

Struts2 Validation formating error messages

Hi I 've searched around here and googling to try to find a good answer but I haven 't found one. I 'm using the basic struts2 validation with the validate "true " on my <s form > so the validation is d

Dynamic Tree Example

I 'm studying the dynamic tree example in the showcase and there are a couple problems. First when you view sources the configuration for the dynamicTreeSelectAction is not visible. Also as I ins

struts 2.0.8 problem implementing filter

i 'm trying to use a custom filter to implement authorization and i can 't get the damned thing to work (i 'm an absolute beginner be warned). i 'm using struts2.0.8 with tomcat 5.5 my doFilter method

struts2.0.8 javax.servlet.Filter implementation problem

i 'm trying to use a custom filter to implement authorization and i can 't get the damned thing to work (i 'm an absolute beginner be warned). i 'm using struts2.0.8 with tomcat 5.5 my doFilter method

Conditional + visitor validation - for nested objects.

Hi All This is somewhat related to Matt 's post on conditional validation at http //www.nabble.com/Re -Conditional-validation-p11990883.html i dont have the original email on struts-user (joined th

iterator tag

First off do you have a 'public List getFiles() ' in your action? The iterator tag looks for a getter that returns an object implementing java.util.List. For troubleshooting I would put something sta

JSP load time

Hello I have a question about the time a JSP takes to load. I am converting a struts1+tiles1 application to struts2 (2.0.9) + tiles2 (2.0.4) on weblogic 10 and I have noticed that the first time a

S1-1.3.8 Validation using 'validwhen ' for radio button

Hi I am trying to do a conditional validation using 'validwhen '. There is group of two radio buttons (values 'Yes ' and 'No ') and on selecting any one of them either a drop down box is displayed or

ExecAndWait interceptor : request.getSession() null

Hi I try to add the execAndWait interceptor in my application. But now the request.getSession() returns null so my app crash in the first Action. What did I miss ? <interceptor name "login " class

Re: A non-javascript link that acts as if a form was submitted

2007/8/10 struts@(protected) <struts@(protected) > > > We need this link to do the same thing as a submit button does when > submitting a > struts form (account activation using this form works p

A non-javascript link that acts as if a form was submitted

Hi all This question might be a faq but I haven 't seen any answer when searching on google or in the mailing list archive. I 'm working with a website that uses a java-based CMS (Content Management

Question about performance with last array

Hi I have a program which creates permutations for 10 letters so the values i get is 10 ^10 which is more then 3 million Now i have to go through all 3 million records and do some calculations to det

Doubled requests in TabbedPane

Hello Hope someone can help me with this I have a TabbedPane with some tabs in it each calling an url for their content. Now I have several problems - I noticed that the selected tab calls the url

How do I create a custom date range validator?

I have the following validation XML that suites my needs perfectly <field name "startYear " > <field-validator type "required " > <message >Start year is required. </message > </field-vali

s:iterator tag

Hello I 'm going crazy trying to use the s iterator tag. I have an action that generates an ArrayList of the files in a given directory. In my JSP I 'd like to show this files as a list. Here 's my a

Was AJAX extracted from 2.0.9?

I remember hearing a rumor that dojo was being pulled out of S2 and being made available via a plug-in. Did this happen? Are there steps someplace for installing the plug-in? -- Scott stanlick@(protected)

MultiPartRequest bean for File Upload missing?

I 'm trying to add a file upload to my web app. When I submit the file I get java.lang.RuntimeException Unable to load bean org.apache.struts2.dispatcher.multipart.MultiPartRequest (jakarta) - [unk

Struts 2 URL parameters lost - final final status

Turns out OC4J had a bug. They fixed it we now have 10.1.3.3 and it works fine. </story > JBL wrote > > We have a link to a Struts 2 action that includes a URL parameter > (.../something_method.

S2 : using resource bundle values containing HTML in ui tags

Hi I need to store the label values in the resource bundle and to support screenreaders these values may have some <span > tags ex label.primaryapp.firstName First name <span class "screaderstyle

Subject: RE <displaytable and Struts 2

I use displaytag too. All works fine. Did you set the requestUri param ? <display table name "myListInStack " decorator "org.myorg.DecoratorOfMyList " requestURI "myAction.action " > Regards "Man

Would it be possible to add ognl evaluation of param values in field validators.

Would it be possible to add ognl evaluation of param values in field validators. Thanks Dave.
Page 24 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100