Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
MyFaces 1.1.14, Trinidad 1.2.11, Spring 2.5.6
Description
I'm new to Trinidad. I presume that this issue has been seen before, but I don't know where it's classified.
I'm trying to implement a tr:treeTable in an xhtml page managed by Spring. The tree displays okay, but any RowDisclosure (+/-) button is clicked, nothing refreshes on the page. If F5 is pressed the nodes are refreshed as open/closed as they were clicked. So the events reached my treeModel. If I add a RowDisclosureEventMethod it gets called.
I also implemented a simple button to text field PPR example. When I press the commandButton, the text field gets updated. I added my treeTable id to the partialTriggers and my tree (row disclosure changes) gets updated too.
Has anyone encountered this issue?