Hello. I don't know much about
JSP and I would to know something. Let's say I have a page which has got two sections: one where there are some menus, and other where there is just some text. If I click in one of the menus, this will send the user to another page which is basically the same as the one before but with the text part changed. I'd rather, then, not load again the menu part and just replace the text part with the new text. I have been unable to do this and I need help, because I don't want to be loading everything and have lots of .jsp for what can (i think) be done in just one. Thanks for your help!