| Author |
Load both jsp generated servlet and redirected jsp
|
Patricia Teoh
Greenhorn
Joined: Feb 25, 2005
Posts: 5
|
|
Hi, I am having a problem whereby I have a servlet to redirect to a specific jsp. I have another menu which is being generated by servlets. Both will have to load at the same time. I have tried using jsp:include tag to generate the menu but it seems to redirect the whole page to just the menu part. I want just small portion of the page to be the menu and the other portion to be the redirected jsp. Is there any way to create the menu without re-writing the menu into a jsp but by using the servlet to generate it (since it's already there)? Thank you very much for any help that I can get.
|
 |
Vince Hon
Ranch Hand
Joined: Feb 11, 2003
Posts: 117
|
|
|
please post some of your related code (jsp / servlet).
|
Vince Hon<br /> <br />SCJP 1.4 | SCWCD | SCBCD <br /><a href="http://vincehon.homeip.net:8000/VJW" target="_blank" rel="nofollow">http://vincehon.homeip.net:8000/VJW</a>
|
 |
 |
|
|
subject: Load both jsp generated servlet and redirected jsp
|
|
|