The ActionForm is are not really used the "JSP" but by the <html:form>
tag and any of its nested tags. The form bean is specified in the
html:form tag itself or (most often) in the struts-config for the
html:form tag's action. 

http://jakarta.apache.org/struts/userGuide/building_view.html#form_beans

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Building Java web applications with Struts.
-- Tel +1 585 737-3463.
-- Web http://www.husted.com/struts/


Antoine Gibson wrote:
> 
> Dear all,
> 
> I would like to know how my jsp page knows what ActionForm bean to use?
> 
> For exemple:
> I've got a JSP page : PersonInformation.jsp
> ActionForm: UserInformationForm
> 
> Thanks in advance,
> 
> Antoine
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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

Reply via email to