• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

previous page

 
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well ,you may use javascript to make!
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
phani kon
Ranch Hand
Posts: 251
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I repeat:

Originally posted by Bear Bibeault:
Provide more details. Otherwise we can only guess.

 
K Kiran Kumar
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
reply
    Bookmark Topic Watch Topic
  • New Topic