Struts 1.3.8
I am writing and application where end user insert the email address
and get inserted in table shown on web page after successfully validation.
For that I am doing following:
1. Get email from user in text box.
2. When user press add button AJAX post is called, email get validated
in Struts Action execute(), and get back the email to view again to
display on table.
Now I am having couple of problems
1. My record in the table disappear if page is refresh.
2. And If some of my email is incorrect I don't want that to be get back
to view again. I just want to show a error.
How can i solve these problem?
Anjib
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org