Vicky M created WW-3987:
---------------------------

             Summary: struts 2/OGNL : Capturing modifications to a guava table 
(TreeBasedTable) in action
                 Key: WW-3987
                 URL: https://issues.apache.org/jira/browse/WW-3987
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.3.8
         Environment: Java 1.7,struts 2.3.8,tomcat 7.0.34,windows 7 
            Reporter: Vicky M


Not sure if its struts2 issue or OGNL or something else
There is an object (ObjectA) which has another object inside (ObjectB). There 
is a Guava TreeBasedTable inside the Object B. This Table has a string as 
row-key,column-key and another object "ObjectC" as value. This table has been 
displayed on the jsp using the <s:iterator/> and <s:textfield/> tags and it is 
being displayed correctly (the "values" inside the <s:textfield/> are correct 
but the "names" are not).

Now, the problem arises when the <s:textfield/> is modified. How do we capture 
the modified values inside ObjectC in the action class? There is a discussion 
on this issue at 
http://stackoverflow.com/questions/14973381/struts-2-capturing-modifications-to-a-guava-table-treebasedtable-in-action

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to