Validator: required field errors displayed before form is submitted

2001-09-20 Thread Greg Wilson
I've written a small login/password app using Struts and Validator. The client server side validation is working well, except for one thing: the required field error messages (i.e. User Name is required) are displayed when the page is first displayed. I've attached the HTML that is generated

404 for Digester Link

2001-09-20 Thread David Winterfeldt
The main link for the digester on the jakarta.apache.org/struts is 404ing. http://jakarta.apache.org/struts/api/org/apache/struts/digester/package-summary.html David __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief

ScanMail Message: To Recipient virus found and action taken.

2001-09-20 Thread System Attendant
Title: ScanMail Message: To Recipient virus found and action taken. ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = Greg Wilson Recipient(s) = [EMAIL PROTECTED] Subject = Validator: required field errors displayed before form is submitted Scanning Time =

Re: 404 for Digester Link

2001-09-20 Thread Ted Husted
Thanks. We're working on some updates to the Web site that addresses this and some other issues. Check out the CVS, and post any feedback ;-) David Winterfeldt wrote: The main link for the digester on the jakarta.apache.org/struts is 404ing.

query string

2001-09-20 Thread Lu, Jennifer
Title: query string Hi, there: I have some questions about the action class. For the perform(...) method, it returns the mapping.findForward(success), and the real page it forwards to is the one traced from the config file. But what if you want to pass some querystring to the page that

Adding Validator support for 'indexed=true'

2001-09-20 Thread David Winterfeldt
I want to add the ability to have validation for people that are using 'indexed=true' on forms for indexed properties. I'm thinking about this for the validation.xml file. It would only handle a single level of indexing. Does the 'indexed=true' handle more than one level? I don't think it

Re: Validator: required field errors displayed before form is submitted

2001-09-20 Thread David Winterfeldt
Are you going directly to the JSP page or are you going through an action? I suspect you are going through an action and you have 'validate=true'. This would cause the page to be validated before it was actually submitted. So you could either go directly to a JSP or have 'validate=false' and