"[EMAIL PROTECTED]" 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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to