Can we go one page to other page using java script or action Mapping ?

Ans: No , when we go one page to other page then we using both , but no together
otherwise browser incompatible problem arise.

Questions by avneesh1983   answers by avneesh1983

Showing Answers 1 - 3 of 3 Answers

siva

  • Jul 27th, 2007
 

Use ForwardAction class to carryout this task

  Was this answer useful?  Yes

kumar3_99

  • Jul 7th, 2010
 

Yes. We can achieve this either using JavaScript or action mapping.
If you use JavaScript, we can use the 'location.href' to go one page to other page.
If you use action mapping, we can use the findForward method to go one page to other page.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions