How to make a form pre-filled from an action class

2003-09-25 Thread EL AKARI Mehdi
Hi! I need to prefill a form with valus (that a get in a struts action), how can i do this? thanks Mehdi

RE: How to make a form pre-filled from an action class

2003-09-25 Thread Robert Taylor
You can probably find your answer here because it is asked quite often: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ Contains examples: http://apache.roweboat.net/jakarta/struts/binaries/jakarta-struts-1.1.zip Brief overview: -Define a form in your struts-config file -Define

RE: How to make a form pre-filled from an action class

2003-09-25 Thread Mainguy, Mike
Just call the setters on the ActionForm from your Action class and fill the form with data. -Original Message- From: EL AKARI Mehdi [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 6:58 AM To: Struts Users Mailing List Subject: How to make a form pre-filled from an action