[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

gus888 do-not-reply at jboss.com
Fri Jan 4 16:45:45 EST 2008


"pete.muir at jboss.org" wrote : Have you taken a look at the way seam-gen does it? It produces a pageable, bookmarkable search screen that saves the search criteria without using a conversation. 
I went through all seam examples, and I found the following search beans:
  |   1. booking - HotelSearchingAction: Session bean
  |   2. blog - SearchService: default bean 
  |   3. dvdstore - FullTextSearchAction: Conversation bean with @Begin(join=true)
  |   4. wiki - WikiSearch: Conversation bean with begin (join=true) in pages.xml
  | 
  | It seams that the blog-SearchService has bookmarkable but not pagable, but the SearchService only has one searchPattern criteria. The dvdstore and wiki search pages have pageable. Thanks.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117211#4117211

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



More information about the jboss-user mailing list