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
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