Re: Really Dynamic Forms

2003-09-13 Thread Mark Lowe
tags inside struts tags and someone mentioned at one point that I should use EL... soo, any links as to where I can read about this? Thanks, Denis - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday

Re: Really Dynamic Forms

2003-09-12 Thread denis
inside struts tags and someone mentioned at one point that I should use EL... soo, any links as to where I can read about this? Thanks, Denis - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 12

Re: Really Dynamic Forms

2003-09-12 Thread denis
Well. So after I write, I found http://jakarta.apache.org/struts/userGuide/building_controller.html#map_action_form_classes Thanks anyway. Regards, Denis - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 9

RE: Really dynamic forms

2002-07-12 Thread Jon.Ridgway
Hi Olivier In your case you could have an action create and populate an ArrayList with empty passenger objects, add the list to a form, put the form into scope and forward to a jsp. Then in the jsp iterate over the list displaying input fields for each passenger object...easy...ish... Jon Ridgwa