I have one action defined in struts config file .

<action path="/itemsearch">
Name="itemsearchForm"
Scope="session"
type="com.my.ItemSearchAction"> 

I have defined in global forward the 

<forward name="itemsearch" path=".my.itemsearch">

I have a tiles definition which takes me to 
Itemsearch.jsp

This jsp has 2 buttons.-Export and Cancel.
When I click on Export it takes me to another page called itemlist(which
again has 3 more buttons) page. When I click cancel it takes me to main
page .

How to connect the buttons to go to the further pages.
Please help!



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

Reply via email to