Hi,

My use case is as follows:

I have a jsp(view) which has 3 independent forms which are generated from 3 different controllers . All I need is to make all the 3 forms display on the same view . Is it possible to achieve this using spring . If yes please let me know the form/success view mapping that would be required to achieve this.

Thanks