Hi,

I would like to know whether the following is possible to implement with
Struts.

I display a form for creating, say, a Service. The user fills in a form.
When the form is submitted, the Validator performs the validations with
no errors. Now the control comes to the execute method. In this method,
I find that the Service Name is already present in DB. Now I need to
display the "input form" indicating along side the field that "this
Service already exists, give a different name".

Although it seems possible, the doubt I have is as follows. The input
form might have been generated based on a complex <logic:..>s performed
in the JSP. Now when Action encounters an error, will it be able to
display the input form in "exactly the same" state? Which means that if
the input form contains a lot of fields with specific values, do I see
the same values when it is displayed again with some errors?

Thanks for your time.

Suresh

**************************Disclaimer************************************************** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.

****************************************************************************************




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to