I read that the ActionErrors and ActionError classes will be deprecated by 
ActionMessage and ActionMessages..

Question 1:
How will this influence the signature for a validator which today has ActionErrors as 
one of the parameters:

(java.lang.Object,
 org.apache.commons.validator.ValidatorAction,
 org.apache.commons.validator.Field,
 org.apache.struts.action.ActionErrors,
 javax.servlet.http.HttpServletRequest,
 javax.servlet.ServletContext)

Question 2:
Since all the predefined validators use the ActionError(s) classes, I'd still have to 
handle the ActionError queue in my jsp-pages, even if I start writing my own 
validations using ActionMessage(s).
Since I'd only like to handle one queue in my jsp-pages I feel we have a problem here.
 
Did I misunderstand something? Comments are very welcome. 

/Keld

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

Reply via email to