RE: Retrieve Data from Validation

2004-04-11 Thread David Friedman
nt: Sunday, April 11, 2004 6:19 PM To: Struts Users Mailing List Subject: Re: Retrieve Data from Validation David, Yes, I do. I'm using the Struts Taglibraries. Here is a form example. Regards, Rafael <%@ page import="java.util.*" %> <%@ taglib uri="/WEB-INF/s

Re: Retrieve Data from Validation

2004-04-11 Thread Rafael Chiarinelli
iginal Message- From: Rafael Chiarinelli [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 6:12 PM To: Struts Users Mailing List Subject: Retrieve Data from Validation Hello for all. My name is Rafael and I'm new user in Struts. So, I have a doubt about form validation. When I have

RE: Retrieve Data from Validation

2004-04-11 Thread David Friedman
] Sent: Sunday, April 11, 2004 6:12 PM To: Struts Users Mailing List Subject: Retrieve Data from Validation Hello for all. My name is Rafael and I'm new user in Struts. So, I have a doubt about form validation. When I have a form, and has some wrong data in this form, the Validator retu

Retrieve Data from Validation

2004-04-11 Thread Rafael Chiarinelli
Hello for all. My name is Rafael and I'm new user in Struts. So, I have a doubt about form validation. When I have a form, and has some wrong data in this form, the Validator return to form with the errors. Have any way to return with the data int the text box, combos and others components?