If 2 of my jsp's have the same property, eg idNumber, and firstJSP
forwards to firstAction.do, secondJSP displays this idNumber, but it
should NOT come from the request, its meant to get its values from a VO
which secondJSP's pre-action has set in its scope.
I'm not using <jsp:setProperty property="*"> , I'm explicitly saying
<%=dataVO.getIdNumber()%> but the value from firstJSP is still used.

I realise I can change one of the JSP's property to idNumber2 or
whatever but I'm hoping to not have to workaround

Any help will be appreciated, thanks in advance


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to