Re: Starting with struts2

2007-05-29 Thread Musachy Barroso
Yes and it will be fixed for 2.1, you will have to use an string for the time being. musachy On 5/29/07, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: Anyone encountered this issue with the datetimepicker? Srepfler Srgjan wrote: > First issue I'm having now is using the dojo datepicker, I'm sett

Re: Starting with struts2

2007-05-29 Thread Srepfler Srgjan
Anyone encountered this issue with the datetimepicker? Srepfler Srgjan wrote: First issue I'm having now is using the dojo datepicker, I'm setting the date property on my object in the prepare method but I'm getting this error and the control gets set to 1907 instead of 2007: May 26, 2007 1:4

Re: Starting with struts2

2007-05-28 Thread Dave Newton
--- Srepfler Srgjan wrote: > > Check the class name? > how would a ognl expression to check that be? "anObject.class.name" d. Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, n

Re: Starting with struts2

2007-05-28 Thread Srepfler Srgjan
My guess (and it just a guess) is that S2 will only support standard JavaBean conventions. :-( I'm iterating over a collection but the collection contains various subclasses (ex Collection but items might be Human, Dolphin etc.), how can I know which type is it so that I can render som

Re: Starting with struts2

2007-05-28 Thread Dave Newton
--- Srepfler Srgjan wrote: > Can you confirm struts2 doesn't support these kind of > setters (or is there some workaround or future plans > to support it)? My guess (and it just a guess) is that S2 will only support standard JavaBean conventions. > I'm iterating over a collection but the collect