Re: Showcase is broken

2007-05-28 Thread James Mitchell
Thanks for fixing this. One other thing I've noticed is that I cannot send messages using Safari. I use FF to create a chat room, and join it with Safari, and FF posts messages fine, and Safari retrieves them correctly, but cannot post. Nothing blows up on me, just doesn't work. Can so

Re: Showcase is broken

2007-05-28 Thread Musachy Barroso
Good catch, I've found 2 bugs related to it, one small one and this one: https://issues.apache.org/struts/browse/WW-1953 musachy On 5/27/07, James Mitchell <[EMAIL PROTECTED]> wrote: That's on trunk -- James Mitchell On May 27, 2007, at 3:43 PM, Musachy Barroso wrote: > That's kind of w

Re: Showcase is broken

2007-05-27 Thread James Mitchell
That's on trunk -- James Mitchell On May 27, 2007, at 3:43 PM, Musachy Barroso wrote: That's kind of weird, the unit test for the div tag passes, and this is the code adding the delay parameter in the Div component: if (delay != null) addParameter("delay", findValue(delay, Int

Re: Showcase is broken

2007-05-27 Thread Musachy Barroso
That's kind of weird, the unit test for the div tag passes, and this is the code adding the delay parameter in the Div component: if (delay != null) addParameter("delay", findValue(delay, Integer.class)); so it should be an integer model, instead of an string, is that on the 2.0branch