Re: Struts 2.0.11 Validation and Conversion

2008-01-29 Thread Adam Hardy
Hi Filipe, what is that regex that you are using in the annotations for setUnixGroupId()? Is it required? It seems like unnecessary overhead for validating and converting a long. Have you tried it without it? What is the reason for your own NullLongConverter? I guess it's because there is no

Struts 2.0.11 Validation and Conversion

2008-01-28 Thread Filipe David Manana
Hi, I am getting errors from Parameters Interceptor while it tries to set a value for a property. My JSP is: The action is mapped to the method "String add()" of the following class: @Validation @Conversion public class AccountAction extends BaseAction { private Account