Re: MyFaces Tomahawk ignores checkbox in dataList on first submission

2006-07-20 Thread Mike Kienenberger
On 7/20/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: On 7/20/06, Wally Hartshorn <[EMAIL PROTECTED]> wrote: > I tried that, but got this error: "Attribute preserveRowStates invalid for > tag dataList according to TLD". Apparently preserveRowStates is defined for > t:dataTable, but not t:dataL

Re: MyFaces Tomahawk ignores checkbox in dataList on first submission

2006-07-20 Thread Mike Kienenberger
On 7/20/06, Wally Hartshorn <[EMAIL PROTECTED]> wrote: I tried that, but got this error: "Attribute preserveRowStates invalid for tag dataList according to TLD". Apparently preserveRowStates is defined for t:dataTable, but not t:dataList. Any other ideas? (Incidentally, we've upgraded to Tomahawk

Re: MyFaces Tomahawk ignores checkbox in dataList on first submission

2006-07-20 Thread Wally Hartshorn
I tried that, but got this error: "Attribute preserveRowStates invalid for tag dataList according to TLD". Apparently preserveRowStates is defined for t:dataTable, but not t:dataList. Any other ideas? (Incidentally, we've upgraded to Tomahawk 1.3, just in case, but have the same problem.)>>> [EMAI

Re: MyFaces Tomahawk ignores checkbox in dataList on first submission

2006-07-20 Thread Mike Kienenberger
Try using preserveRowStates=true on your t:dataList and see if that fixes the problem. There's some odd behavior of UIData component state saving that still needs to be addressed for JSF 1.1. On 7/19/06, Wally Hartshorn <[EMAIL PROTECTED]> wrote: We're using MyFaces with Tomahawk and are seeing

MyFaces Tomahawk ignores checkbox in dataList on first submission

2006-07-19 Thread Wally Hartshorn
We're using MyFaces with Tomahawk and are seeing some strange behavior that appears to be related to t:dataList and certain types of form elements. Suppose you have a form with code like this: ... ... ... ... ... Note that one checkbox is ou