In an implementation using the JBoss RichFaces rich:dataScroller component, I noticed the first attribute of a UIData component is maintained even if the DataModel it is displaying has changed. It turns out, this is an issue with JSF. The UIData component does not track the DataModel it represents. Thus, when the DataModel is updated it […]
Entries Categorized as 'JBoss Rich Faces'
Solution using Seam to pagination issue with JSF on DataModel updates
November 13, 2007
Alleviating client-side back-button issues with Ajax4JSF and RichFaces
November 8, 2007
Recently an article I wrote was published on the Seam conversation model and how issues with the back-button can be eliminated through a continuation approach. This aids developers in resolving back-button issues with respect to server-side state, but what about the client-side. Ajax development is a breeze with Seam especially when used in […]
Posted in



content rss
Comments
March 12, 2010
Thanks for the tip, I’ll have a look at Ebean, looks interesting.
March 12, 2010
WRT limiting results and joins to OneToMany or ManyToMany … Ebean ORM uses...
March 12, 2010
Nice article. Good work.
June 17, 2008
Awesome, thanks for posting that here Maciej! I would recommend creating a JIRA...
June 17, 2008
I am also a great fun of reCaptcha project and Jboss seam, so I tried to integrate them...