I have sidemenu.jsp and content.jsp. sidemenu.jsp has links to content.jsp, which I used decorator.
But the problem is that the content content.jsp has two parts, on the top is a form of dropdown selection of 'customer name' and a submit button. Once submit is pressed, the selected customer's profile detail will displayed on the bottom of this form. I want it on the same page and also the top form doean't reload when submitted.
I am a newbee, please help how to achieve this using decorator. It looks like a recursive decorator:body suppose to use...
Please help!!!!
Thanks in advance. |