• 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

refreshing the screen in JSP

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Respected Sir/Madam
I am learning JSP by my own throught some tutorials found on java.sun.org .
I have some trouble :
1.Calling one JSP file from another JSP
2.Refreshing the old jsp screen and display new data
[ September 19, 2005: Message edited by: gk anand ]
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, GK. Welcome to JavaRanch.

You have stated your question in very general, unanswerable terms. Please be more specific about what you are doing and what results you get, i.e. exactly what the problem is.

1) Calling one JSP file from another JSP
Use the same way you call one html page from another, perhaps a link on the first page.

2) Refreshing the old jsp screen and display new data
This should happen automatically when the page is loaded. You shouldn't have to do anything special. Is this not your experience?
 
village idiot
Posts: 1208
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
GK, I took the liberty of moving your post to a more appropriate forum. If you look through the topics in the JSP forum, you may find more posts that will help you than those in the Cattle Drive forum, which tend to be related to specific assignments.
I'm trying to learn JSP too, and I didn't find any good, basic tutorials on the subject. Luckily, I've been given a few good books, which I'm reading now.
Good luck!
 
Marilyn de Queiroz
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by gk anand:
Ola Marilyn
Firstly thanks for the reply.
My first doubt is solved i.e about linking one jsp with another by using <form action=".jsp"> without providing a link is there any better way to link it without providing a link to click on.

My second doubt got solved automatically by doing the above mentioned way.



I don't know. Hopefully someone in this forum will have an idea.
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic