Hi, I'm looking at integrating the struts-html taglib into an existing
web application framework to provide form handling support.  I
understand the form rendering process including how form input fields
get populated from the associated bean(s).

What I'm not clear on is how the submitted data gets back into the bean
when the form is processed or if it needs to be re-displayed.  I thought
the idea was that you associated your bean(s) with the form and then
queried that bean in the action that handles the form submission.  Do
you have to use the request parameters to retrieve the submitted data?
In that case, how does the validate() method come into effect?

Sorry if I'm missing something really obvious here...

L.
-- 
zodiac(@)holoweb!net  | "If that's too much initiative for the company
to
ICQ# 78724820         |  handle, I don't want to work for them anyway."



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

Reply via email to