Hi, Does anyone know an easy way to load a 2nd form bean in an action?
That is, the main formbean has already been specified in struts.xml for that action and will load automatically per usual. If however I have other separate hidden form elements in my JSP form which I would like to auto-load into their associated formbean (ie the 2nd form bean) is there a way to easily do this in the action in struts. Eg. Within Action Class -: FormBean2 formbean2 = LOAD (request, <formbean2 class ref>) (or something like this) Cheers Greg _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

