| Author |
How to invoke a jsp page from a jsp page.
|
chiatai goh
Greenhorn
Joined: Mar 19, 2005
Posts: 3
|
|
Hi i have a problem on how to invoke a jsp page from jsp page. I have this function in index.jsp Where the codes in bold and italics are getting values from abother jsp (search_date). There are three tabs in search_date jsp, the above codes are for price tab. Im going to click on an image link in index.jsp, it will direct me to the price tab instead of two other tabs. How can i achieve this? Thanks, tiffany
|
 |
Akilan Paul
Ranch Hand
Joined: May 22, 2006
Posts: 40
|
|
jsp:include call one jsp page from another. upon completion, the destination page returns control to the calling page. jsp:forward calls one jsp page from another. execution of the calling page is terminated by the call.
|
Regards,
Aki
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
Where the codes in bold and italics are getting values from abother jsp (search_date).
This makes no sense. How can you obtain something from another JSP that isn't loaded? What are you really trying to do?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Deepan Devadasan
Ranch Hand
Joined: Jan 25, 2007
Posts: 226
|
|
What are you really trying to do
Yes, please give us some more info.. So that we can help you if it is reachable within our knowledge
|
Theepan Thevathasan
SCJP 1.4, SCWCD 1.4, SCMAD 1.0 SCBCD 1.3, MCP(.Net Frm 2.0 App Dev Fdn)
|
 |
 |
|
|
subject: How to invoke a jsp page from a jsp page.
|
|
|