Hi,

I'm new to struts and trying to understand all the new things, but this is my problem right now.

I have two forms, one form used for a select-list, and another form that will be dynamically build based on the value selected in the first list.

So, how would I go on doing this? I've come so far that the first form is working through an action-class, but how should I request information from the form in the action and how should I save the dynamic data so it can be used by the view (jsp-page)?

One idea might be to save the data from the first form on http-session, and then in the "viewprepareaction" I store the dynamic generated data on the request as a Collection ?



regards,
        Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to