Hi all,
I am developing an application containing multiple pages. Each page contains multiple iviews. I want to have a form on Page1 whose submit action should take user to Page2. How to generate url to Page2 at runtime?
Can i create such URL in java code for storing it in request?