Re: xwork injecting parameters into requestScope

2008-10-21 Thread dusty
nsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/xwork-injecting-parameters-into-requestScope-tp20090024p20102956.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xwork injecting parameters into requestScope

2008-10-21 Thread Adam Hardy
Adam Hardy on 21/10/08 14:12, wrote: I have an Action and corresponding JSP form with the property "portfolio". In my JSP, I have this JSTL tag test: stuff which works fine for my purposes. But then when I submit the form and validation fails and myAction.portfolio is not initialized, Strut

xwork injecting parameters into requestScope

2008-10-21 Thread Adam Hardy
I have an Action and corresponding JSP form with the property "portfolio". In my JSP, I have this JSTL tag test: stuff which works fine for my purposes. But then when I submit the form and validation fails and myAction.portfolio is not initialized, Struts2 injects the portfolio request para