• 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

Strategie for Applets to save data on client

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
<p>I have the following problem. An Applet should save data to the harddisk
of a client.
<br>Hence it is not allowed to do that  it calls a Servlet and passes
the Data to it where they are stored.
<br>In Step 2 it calls:
<p>.getAppletContext().showDocument(URL of  Servlet, "FrameName");
<p>Problem:
<br>if an Exception occoures, only the Browser will be notified. Not the
Applet as I want to! So I can't react in the Applet.
<p>Can anybody help me?
<p>Best Regards,
<br>UlliD
 
reply
    Bookmark Topic Watch Topic
  • New Topic