hello everyone,

I read in Camino's user interface that it's not possible to create more than one 
global forward per action. For example:

in mainMenu.jsp I have 2 links:

<html:link forward="createData"> ... </html:link>
<html:link forward="editData"> ... </html:link>

in struts-config.xml I want to define 2 global forwards like these:

<forward name="createData" path="/dados.do?action=Create" />
<forward name="editData" path="/dados.do?action=Edit" />

but when I get to Camino, I can't have these 2 global forwards. One solution is to 
define two actions mapping the same class, but I think that this isn't a good practice.

Could anyone help me with this?

Thank you

Rúben Carvalho

===
To subscribe/unsubscribe, visit 
http://list.scioworks.com:8081/guest/RemoteListSummary/camino_user

Reply via email to