Struts-config : forward to an "action.do" => How to retrieve an ActionError from this "action.do"

2003-10-20 Thread Florent LOTHON
LO I have to make a forward to an action : "action.do" In my action.do, i would like to retrieve an ActionError Probably from "request" object But how can i do this ? Flo -- Ce message est protege par les regles relatives au secret des correspondances ; il peut e

multi-step form

2003-09-30 Thread Florent LOTHON
LO I need to make a multi-step form. I have a problem between 2 step (2 JSP Form). the user fill the form of step 1 (1.jsp) and submit to Action1 Action1 stores the data provided by the user and this same action have to fill a second form data shown by the second JSP (2.jsp). i made this mappin

Tr: Indexed Properties problem / what version of struts is compatible ?

2003-09-10 Thread Florent LOTHON
Oups i made a big mistake there is no more problem sorry :) -Message d'origine- De : Florent LOTHON <[EMAIL PROTECTED]> À : Struts Users Mailing List <[EMAIL PROTECTED]> Date : mercredi 10 septembre 2003 10:03 Objet : Indexed Properties problem / what version of str

Indexed Properties problem / what version of struts is compatible ?

2003-09-10 Thread Florent LOTHON
This example from jakarta is it available with 1.02 version of struts ? My implementation does'nt work. javax.servlet.ServletException: Exception thrown by getter for property numeroContratIndexed[0] of bean form2 Example from jakarta http://jakarta.apache.org/struts/faqs/indexedprops.html : Ind

How can i simply show a form property as a simple text

2003-09-03 Thread Florent LOTHON
Hi In an editing form page How can i simply show a form property as a simple text (not in an "

multiple input form editing problem

2003-08-22 Thread Florent LOTHON
LO, I have a form with multiple input as this ... i made a usersForm as this : private String[] name = null; private String[] surname = null; ... I would like to show the content of a the "usersForm " object preloaded from an Action for editing datas I tried as this : <% int i=0;

multiple input form editing problem

2003-08-21 Thread Florent LOTHON
LO, I have a form with multiple input as this ... i made a usersForm as this : private String[] name = null; private String[] surname = null; ... I would like to show the content of a the "usersForm " object I tried as this : <% int i=0; %> <% String surname = "surname["+

image instead button for submiting a struts form ?

2003-08-14 Thread Florent LOTHON
Hello, is there a simple way to make an image submiting a form with , or struts Tag ? Flo -- Ce message est protege par les regles relatives au secret des correspondances ; il peut en outre contenir des informations a caractere confidentiel ou protegees par diff

Re: application.properties file location

2003-08-14 Thread Florent LOTHON
Are you sure of you declaration in your struts-config.xml ? For example if your Ressources file is in classes/packageName/ directory you must declare as this : blablabla... Florent -Message d'origine- De : Samanth Athrey <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] <[EMAIL P

Nobody know how to replace a struts submit button by an image ?

2003-08-14 Thread Florent LOTHON
Nobody know how to replace a struts submit button by an image ? -Message d'origine- De : Florent LOTHON <[EMAIL PROTECTED]> À : Struts <[EMAIL PROTECTED]> Date : jeudi 7 août 2003 15:17 Objet : image instead button for submiting a struts form ? >Hello, > >is

Re: Nobody know how to replace a struts submit button by an image ?

2003-08-08 Thread Florent LOTHON
? >Did you actually look at html:image? > >http://jakarta.apache.org/struts/userGuide/struts-html.html#image > > > >-- >James Mitchell >Software Engineer / Struts Evangelist >http://www.struts-atlanta.org >770-822-3359 >AIM:jmitchtx > > > > >