I have a definition that goes something like this:

<definition name="commonext.def"
               extends="common"
               path="/WEB-INF/jsp/main.jsp">
  <put name="ext" type="page" value="/SingularExt.do" />
</definition>

<definition name="SingularExt.def"
               path="/WEB-INF/jsp/SingExt.jsp" />

where SingularExt.do is an action that manipulates data in a session
form and forwards to SingularExt.def

The action that actually spawns the sequences is yet another action
and on its success it forwards to commonext.def.

The SingularExt.do action gets called and I can confirm that my data
is getting set correctly. But when inside the JSP
/WEB-INF/jsp/SingExt.jsp I can not see my data.

Anyone knows what is happening?

--
Thanks,
Alex.

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

Reply via email to