[jboss-user] [JBoss Seam] - Re: How to impliment a Paged + Sorted DataTable (session) wi

petemuir do-not-reply at jboss.com
Wed Nov 15 15:33:51 EST 2006


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986294



More information about the jboss-user mailing list