"gus888" wrote : "[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.


SeamGen makes a usage of Seam framework, you should take a look at it, it has 
all the features you asked for and the implementation is very clean,



Asaf.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117276
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to