Re: xwork injecting parameters into requestScope

2008-10-21 Thread dusty
Can you describe what you are doing in the Action and on the page a little bit more? It seems like you are trying to resolve if the portfolio is new or not. Where in your action do you load up the portfolio object? Are you familar with the Preparable interface for your actions? What does your

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