Kazda Juraj írta:

<action path="/listRec" type="sk.jerryk.ListRecsAction">
<forward name="listRec" path="list.recs" />
</action>
<action path="/showRec" type="sk.jerryk.ShowRecAction"
scope="request">
<forward name="showRec" path="edit.rec" />
</action>


<action path="/editRec" type="sk.jerryk.EditRecAction"
name="editRecForm" validate="true" input="edit.rec">
<forward name="editRec" path="edit.rec" />
</action>


The forms are not in the same context.

Tib




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



Reply via email to