i've a menu page which i include using jsp:include tag. now in menu.jsp based on conditions i need to redirect to a third page. but the control comes back to the calling page.
and redirect doesn't take place.
how can i solve this problem?
is there any way to send values from the included page to the main page?
I think you need to review your design and make sure it's a proper model-view-controller implementation. It sounds like you've got jumbled view-contoller work going on.
Bookmarks