You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@beehive.apache.org by "Miller, Michael P" <Mi...@mantech-ist.com> on 2005/04/28 19:59:37 UTC

passing parameters

Hi,

 

Can a netui:button have an action attribute that directs to a different
controller, like:

 

<netui:button type="submit" value="xxx" action="/projectEditFlow/begin">

<netui:parameter name="id" value="${pageFlow.currentStaff.id}" />

</netui:button>

 

Get errors Action '/projectEditFlow/begin' is not a valid action.  I
have tried removing the / and adding .do on the end but it still says
not valid.  The folder exists with a Controller.

 

Thanks,

Mike