• 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

Communication session , servlet applet and back from applet servlet and session

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello ,
My requirement is .
The jsp page has a hyper link , which on click , goes to the back end fetch out the data from the session through a servlet and servlet passes that data to the applet and is the applet( this applet comes in jsp only when the hyper link is clicked) , now when i change the data in the applet and click the next hyperlink it has to save into the database .and takes the next data for the recent link clicked and show in the applet.(i pass this data to the servlet and servlet stores in the session ).
problem.
If the applet is not in the focus , i am not able to see the data in the applet (in turn in jsp) and not able to save the data in the session .
regards
anubha
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anubha,
I think I might have an idea about what you're trying to accomplish. However, a little code will help. Can you include snippets from your JSP and/or servlet?
What exactly do you mean when you say:


( this applet comes in jsp only when the hyper link is clicked)



Thanks,
- Darrell
[This message has been edited by Darrell Henry (edited September 19, 2001).]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic