I do believe those are forwards.


Are you sure that "forwards" and not "redirects" to the destination
definition? Please post your action mapping.

anyway here are the action defs:
<action
     path="/EntryAction"
     type="simple.EntryAction"
     name="SimpleForm"
     scope="session"
     unknown="false"
     validate="false"
   >
     <forward
       name="success"
       path="commonext.def"
       redirect="false"
     />
</action>

and the other action is :

<action
     path="/SingularExt"
     type="simple.SingularExtAction"
     name="SimpleForm"
     scope="session"
     unknown="false"
     validate="false"
   >
     <forward
       name="success"
       path="SingularExt.def"
       redirect="false"
     />
</action>

--
Thanks,
Alex.

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

Reply via email to