Thanks for the suggestion Shailesh. I too thought of that but the thing is that the application is in
struts (i should have posted it in struts forum

). So i need to do action mapping and all stuff so thought of having individual JSP pages.
Having jsp content within divs too can serve the purpose , but will then have to write all actions(edit,cancel,book..) within a single action class for all forms in different divs.
So was wondering what approach is taken by exp programmers on this..