The Artima Developer Community
Sponsored Link

Java Answers Forum
awt TextField behaving like HTML TextField in Applet

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

awt TextField behaving like HTML TextField in Applet Posted: Jul 7, 2005 6:17 AM
Reply to this message Reply
Advertisement
Does anyone know if this problem is browser Specific.

Here is the problem, I'm running an Applet that does
searches against a Database via a Servlet.

When I hit refresh I would expect the applet to be
reloaded hence if I enter values of the previous
search it should be able to receive the same response
from the Servlet, unfortunately when I hit reload
I get a ERROR 500 message.

I'm thinking of having the Applet run from a separate
Thread that refreshes every x minutes but I'm thinking
this might consume too much resources.

I'm testing it on FireFox (Mozilla). I'll download
a bunch of other Linux based browser and check the
behaviour, but for now I just wanted to find out
if any of y'all had a quick answer to this one.

Thanks in advance,
Spike

Topic: Passing pimitive types as parameter to a function Previous Topic   Next Topic Topic: Mouse listener (application)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use