Re: Client validation occurs even when there is no t:validate

2009-03-07 Thread Howard Lewis Ship
Primitive types (int vs. java.lang.Integer) are always required because there's no way to indicate that a value is not present, i.e., null. On Fri, Mar 6, 2009 at 11:57 PM, Borut Bolčina wrote: > Hi, > > I am building a date input component with three select input fields > (day, month, year). Act

Client validation occurs even when there is no t:validate

2009-03-06 Thread Borut Bolčina
Hi, I am building a date input component with three select input fields (day, month, year). Actually I am modifying the code from Alexander's book. The goal is that the initial value of all three select components are empty if the date parameter is not provided. Although none of the t:select(s) ha