Problem with bean:write and bean:define

2002-01-16 Thread Marcelo Caldas
Hi, Maybe this is more related on how reflection works, But I'm trying to understand the behavior here... Here's my situation: I have a Bean under request scope with the following methods: public MyBean { private java.util.Calendar startDate; public void

Re: Problem with bean:write and bean:define

2002-01-16 Thread Michael Mehrle
, January 16, 2002 10:55 AM Subject: Problem with bean:write and bean:define Hi, Maybe this is more related on how reflection works, But I'm trying to understand the behavior here... Here's my situation: I have a Bean under request scope with the following methods: public MyBean { private

Re: Problem with bean:write and bean:define

2002-01-16 Thread Tom Goemaes
could be that bean:write needs a String to be returned by the getter ... and not a Calendar ? since it is a String that is inserted ... Struts Users Mailing List [EMAIL PROTECTED] wrote: Hi, Maybe this is more related on how