• 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

How can I get Exception from a Browser and pass them to an Applet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have the following problem. An Applet should save data to the harddisk of a client. Hence it is not allowed to do this it calls a Servlet and passes the Data to it and they re stored there.
In Step 2 it calls:
.getAppletContext().showDocument(URL of Servlet, "FrameName");
Problem:
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.
Can anybody help me?
Best Regards,
UlliD
 
reply
    Bookmark Topic Watch Topic
  • New Topic