TreeTable doesn't work properly while updating data
---------------------------------------------------

         Key: MYFACES-859
         URL: http://issues.apache.org/jira/browse/MYFACES-859
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Reporter: Pawel Czerwinski
    Priority: Blocker


The TreeTable component cannot handle updating data. If I have inputs instead 
of static text fields,
and I try to modify any node's value, it doesn't work. I've noticed, that if I 
change a value
of the first node in a certain column, the value goes to the last visible node 
of this particular
column. This happens within treeColumn, and ordinary columns as well.

I have prepared three simple test files (packed with zip), which will show you 
the problem:
- Test.java (to map in the faces-config.xml as a 'test')
- test.jsp
- TreeItem.java (stores node value)

When you run the example, please try to change following nodes' values and 
click "Send request" button
to see, how the model behaves.

Thank you in advance,
Pawel

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to