how to call a jsp page from another jsp in struts?
akash kumar
Ranch Hand
Joined: Jun 13, 2007
Posts: 63
posted
0
Hi! How to call a jsp page from another jsp when i click the submit button in struts with out using the action class as intermediate? [ December 26, 2007: Message edited by: akashkumar kumar ]
Pankaj Kap
Greenhorn
Joined: Apr 30, 2006
Posts: 5
posted
0
You can use a ForwardAction. You won't require an action to be written for this, just set your type attribute of action tag in struts-config as org.apache.struts.actions.ForwardAction. Refer example below: