Re: Validation problems

2006-01-26 Thread Thomas Garben
Dan,

Should you be using"



Tom





Daniel Kies <[EMAIL PROTECTED]> 
01/26/2006 04:07 PM
Please respond to
"Struts Users Mailing List" 


To
Struts Users Mailing List 
cc

Subject
Validation problems






Hello.  I am trying to do some standard validations, but I am failing. Any
ideas why?  I know the errors are getting raised as the request is
forwarding back to the initial page making the request, but the error
messages are not showing on the page.  Any help is appreciated!

Struts config DynaActionForm:









jsp:






  if(searchString.equals("kill")){
   ActionErrors errors = new ActionErrors();
   errors.add("errors", new ActionError("errors", "errors"));
   saveErrors(request, errors);

   return mapping.findForward("error");



Re: Validation Asterisk

2006-01-20 Thread Thomas Garben
Niall,

Thanks for the hint.
Did you mean  
01/20/2006 10:58 AM
Please respond to
"Struts Users Mailing List" 


To
"Struts Users Mailing List" 
cc

Subject
Re: Validation Asterisk






*

Niall

- Original Message - 
From: "Thomas Garben" <[EMAIL PROTECTED]>
To: 
Sent: Friday, January 20, 2006 2:41 PM
Subject: Validation Asterisk


> Hello
> Does anyone know how to easily get an Asterisk next to a field that 
fails
> Struts validation?
> I know of the LabelTag by E. Hatcher.
> Is this the optimal way to achieve this functionality, or are there 
better
> solutions?
> Tom



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




Validation Asterisk

2006-01-20 Thread Thomas Garben
Hello
Does anyone know how to easily get an Asterisk next to a field that fails 
Struts validation? 
I know of the LabelTag by E. Hatcher. 
Is this the optimal way to achieve this functionality, or are there better 
solutions?
Tom