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:dataList. Any other ideas? (Incidentally, we've
> upgraded to Tomahawk 1.3, just in case, but have the same problem.)

Well, it's defined for all tomahawk UIData components, but it's
probably only in the TLD for t:dataTable.   I've been using it with
t:dataList under facelets (no TLD required).   You can add the tag
manually to your TLD file -- you probably should open a JIRA issue on
this and provide a patch of that as well.

You probably also have to create a JSP taghandler method for it too.

Sorry it's not as straight-forward for you, but I do think there's a
good chance it'll fix your problem.

As a quick check, try changing your t:dataList to a t:dataTable and
see if the problem still occurs.   That will tell you if it's specific
to dataList or generic to all UIData components.   It'll also let you
check to see if preserveRowStates will fix the problem for you.

Reply via email to