Click to See Complete Forum and Search --> : Applet Problem


roshan
December 8th, 2000, 03:35 AM
In my Applet i have given some
validations.first time when Applet
starts if user enters any invalid information
dialog box comes out and shows the error message
now if i refresh the page and again if i enters
the invalid data this time dialog box appears but with two messages and two button one
for the current and other one is last error message before refreshing and it increments message by one every time i referesh the page

can i anyway tell me way to solve the problem
Thank You
Roshan Banga
Email bangaroshan@usa.net

Norm
December 9th, 2000, 07:30 PM
Very hard to fix programming problems without seeing the code. My crystal ball hasn't been working lately.
You might check if your doing things in the start() method vs in the init() method.

Norm