anonymous wrote : By "stateless", I don't really mean using a SLSB, I mean
using only request-scoped state, and passing state as request parameters (like the blog
example does).
I'll check out the blog example, but I'd imagine that does bypass the usage of a
DataTable. Seems a shame since at first glance that was one of my favorite JSF features.
Any thoughts on using PAGE scope and reattaching the selected object in a method anotated
@DataModelSelection?
Also, I've used the @End(beforeRedirect=true) feature and it works great.... except
that in the endConversation(boolean beforeRedirect) method of ConversationInterceptor, you
have:
Manager.instance().endConversation(false)
rather than
Manager.instance().endConversation(beforeRedirect)
After the change it does exactly what I was looking for though so thanks again.
-Dave
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957795#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...