How are you dealing with pagination and sorting?
A couple of suggestions, (2) is much better IMO:
1) Create a new DataBinder for this, with isDirty() returning true always - you would only
need to extend the DataModelBinder in Seam and override that method
2) Outject the DataModel into Event scope but keep the pagination and sorting controls in
Conversation scope. (N.B. Make sure the instance (java) variable and context variable are
both refreshed)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986294#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...