Re: Refreshing repeating view

2011-11-29 Thread Warren Bell
I just got done with a problem similar to this. It may be because your RepeatingView is useing ReuseIfModelsEqualStrategy. In my situation the component never thought the value changed so it reused the old value. It sounds like that is what is happening to you. My fix was to call Component#modelCha

Refreshing repeating view

2011-11-29 Thread mohan mohan
Hi I am using RepeatingView to add dynamic text fields on a plus button click in a panel. When I add new text field to the repeating view on a plus button click and refresh it, the user input for the other text fields gone. Does repeating view reconstructs the components on refresh? How can I