Hi all,
I have a overview page containing a list with some links from which multiple workflows can be started (seam conversations).
The overview page also has some filters that can be used to search the list. Therefore I would like to keep state (for the filters) on the serverside.
At the moment this overview page uses a context of type Seam.CONVERSATION to achieve this. But each time I start one of these workflows, I have to make a workaround to start a new conversation (using the same conversation is not possible).
- Is there a pattern to solve this using the seam framework?
- Shall I use the PAGE scope and pass all the filter parameters together with the url's, old school style?
Thanks!