> 1)  I have a java.util.Date field that needs to be displayed 
> in a textbox.  

IMHO the way to do this is to have a read/write property in your bean that
delivers and accepts a string. Both can use SimpleDateFormat class to
convert between the string and the underling Date class.

--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to