Click to See Complete Forum and Search --> : jsp:inlcude problem


prashantp
09-27-2004, 05:16 AM
Hi everyone,

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?

Prashant

ray326
09-27-2004, 10:17 AM
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.