Hi,

I am learning spring frame work web flow. I am trying to create a flow with jsp to controller.
I have created a page with main jsp and leftnavigation jsp which should be common across the pages.
The program is working with single jsp as the main page and request is going to the controller with the attached form.
But when i create a page with a main jsp and leftnavigation jsp as included, i am unable to find out how to set form here. How can i set form to this jsp in which some other jsp's are included to send my request to the to the controller.

Thanks in Advance
Srinivas