[ 
http://issues.apache.org/jira/browse/TAPESTRY-436?page=comments#action_12371356 
] 

Jesse Kuhnert commented on TAPESTRY-436:
----------------------------------------

Does this issue still exist? Do you have a unit test patch I can apply and test 
this out with?

> Form Table not being updated properly
> -------------------------------------
>
>          Key: TAPESTRY-436
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-436
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Scott Walter
>     Priority: Blocker
>  Attachments: ttest.zip
>
> I have created and attached an example where a page that has a Form Table 
> gets updated properly in 3.x, but does not in 4.0.  I have basic table that 
> has two editable columns (Checbox and TextField).  When I edit values and 
> click a submit button, the origial values are displayed in 4.0, but returns 
> the updated values in 3.x.  What seems to be happening is under 4.0, when 
> calling the set methods (after entering new values into the columns in the 
> table) in the bean for the rows in the table it is referencing the bean at a 
> different memory location from when I initiially created the instances of the 
> bean.   This behaivor does not exist in the 3.x version.
> I have checked, double checked, and triple checked my code.  I have made sure 
> about the following:
> 1.  No instances of the bean class are being created by me other than the 
> initial population.  I have logging statements in my construtor of my bean 
> class to make sure of this.
> 2.  I have properly implemented the IPrimaryKeyConvertor interface.
> This issue is near and dear to my heart, I have spent alot of time and energy 
> trying to isolate this problem.  If there is any information that you would 
> need, please feel free to contact me.  Like I said above, I have attached the 
> same code that I have run against 3.0 and 4.0.  

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to