"pete.muir(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...