Author
previous page
phani kon
Ranch Hand
Joined: Apr 06, 2005
Posts: 251
I have first.jsp page which calls second.jsp page. In the previous button I am calling again first.jsp page. I am getting there is no data available. Could anyone please tell me, What could be the reason? Thanks
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
Originally posted by lakshmi manepally: In the previous button I am calling again first.jsp page.
What are you calling it? Bad names? Seriously, what does this mean? You don't "call" pages.
Could anyone please tell me, What could be the reason?
Provide more details. Otherwise we can only guess.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
K Kiran Kumar
Ranch Hand
Joined: Jan 04, 2006
Posts: 109
HI Lakshmi, Your question looks amibiguous. In order to help you out, your question should be clear. Are you forwarding or redirecting from page2 to page1?? Regards, Kiran.
Jun Wu
Greenhorn
Joined: Mar 20, 2008
Posts: 14
posted Apr 11, 2008 02:05:00
0
Well ,you may use javascript to make!
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
Originally posted by Jun Wu: Well ,you may use javascript to make!
Jun, Until we understand the original poster's question a little better, it really doesn't make sense to suggest another technology.
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
phani kon
Ranch Hand
Joined: Apr 06, 2005
Posts: 251
Yes, Redirecting the page. I know we can do it in javascript. Is ti not possible without javascript. I want to do it in jsp. The problem is, If I click second page from first page and on second page click first page, I don't see any data of the first page. Could you please privide me with some examples?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
I repeat:
Originally posted by Bear Bibeault: Provide more details. Otherwise we can only guess.
K Kiran Kumar
Ranch Hand
Joined: Jan 04, 2006
Posts: 109
I request you to go through the following link for better understanding of servlets and jsp concepts. http://pdf.coreservlets.com/ Regards, Kiran.
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
Originally posted by K Kiran Kumar:
I request you to go through the following link for better understanding of servlets and jsp concepts.
http://pdf.coreservlets.com/ Regards,
Kiran.
Again.... Until we have more detail from the original poster, there is no point in suggesting alternative technologies or specific tutorials. This is just cluttering the thread with useless posts. lakshmi, If you're serious about getting help with this, please provide more detail about what you're doing.
I agree. Here's the link: jrebel
subject: previous page