Associate an identifier to a tag

2003-02-10 Thread BARADAT Benoit
Hi, I want to associate an id to a tag (to manipulate the value with _javascript_) In HTML I use the word "id" to associate an HTML identifier: input id="abc" type="hidden" name="doAction" value="Assure" What is the equivalent in Struts for this tag:? html:hidden property="doAction" /

Display an option of a list with Nested

2003-01-13 Thread BARADAT Benoit
Hi ! I use the tag Nested Select for fill a list: nested:select property="rechercheInstancier.agent" nested:options property="rechercheInstancier.listeAgents" / /nested:select I grab this tag toa bean "rechercheInstancier" with an Arraylist: ArrayList listeAgents = new

java Beautiful

2002-12-05 Thread BARADAT Benoit
Hello I'm looking for a tool to have a beautiful java (ident,if,else, case,etc ...) (like cb on Unix Platform) Thank in Advance -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Get ans Set automatic

2002-10-25 Thread BARADAT Benoit
Hello, I'm looking for a tool that do the java code for get and set automaticly. Where can I find it ? TIA -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: Get ans Set automatic

2002-10-25 Thread BARADAT Benoit
prefere Eclipse as an IDE and it's free at www.eclipse.org -Original Message- From: BARADAT Benoit [mailto:benoit.baradat;cramif.cnamts.fr] Sent: Fri 10/25/2002 2:49 AM To: Struts Users Mailing List Cc: Subject: Get ans Set automatic Hello, I'm looking for a tool that do the java code for get

Display the first sheet with data

2002-10-25 Thread BARADAT Benoit
Hello, I would like display a sheet with data and a form. This sheet is the fisrt of the application. The data are stored in an ArrayList. Where is the good method (in the ActionForm) to fill the arrayList ? TIA -- To unsubscribe, e-mail:

Struts with Jbuilder 6

2002-09-20 Thread BARADAT Benoit
hi ! I would like to use Struts with Jbuilder 6. How do I process ? Thanks in advance -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts with Jbuilder 6

2002-09-20 Thread BARADAT Benoit
: http://www.tuxedo.org/~esr/faqs/smart-questions.html http://www.tuxedo.org/~esr/faqs/smart-questions.html -Original Message- From: BARADAT Benoit [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 3:10 AM To: Struts Users Mailing List Subject: Struts with Jbuilder 6

Control a field in an HTML page

2002-09-19 Thread BARADAT Benoit
Hi I would like to control field in an HTML page (like a valid date) by using a Struts tag Is it possible ? How can I do ? Benoit Thanks in advance -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Control a field in an HTML page

2002-09-19 Thread BARADAT Benoit
- return the user to the form and ask them to correct the error before submitting to the specified action class. The struts-validator.war is a good staring place. Jon Ridgway -Original Message- From: BARADAT Benoit [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 09:23 To: Struts