On 7/7/05, Abdullah Jibaly <[EMAIL PROTECTED]> wrote:
> No, I actually meant that Struts will only process and associate one form 
> with the action processing that request, and therefore any validation, etc. 
> So only one html form will get associated with the current ActionForm, even 
> with session scope, although you may have several html forms in that page.

It is easy to use several independent HTML forms, if they submit user
input to their respective actions, and then redirect to the same page
(master page). Master page will be simply reloaded, possibly, with
updated form data.

Michael.

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

Reply via email to