[jboss-user] [JBoss Seam] - How to use rich:menuItem?
MSchmidke
do-not-reply at jboss.com
Wed Nov 21 05:33:36 EST 2007
Hello all,
can you give me a short advice which is the right way to use a richFaces dropDownMenu with respect to conversations?
Selecting a menu item should terminate the current conversation. I've used:
| <rich:menuItem value="Aufgabenliste anzeigen"
| action="#{mainMenuBean.chooseProcessAction}">
| <s:conversationPropagation type="end" />
| </rich:menuItem>
|
Is this correct?
Visually, it works, but how can I control whether the current conversation is aborted correctly? What about if there was no conversation running?
I want to avoid having lots of conversation scoped beans laying around in my server's memory just because the user clicks menu items.
Marcus.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106677#4106677
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106677
More information about the jboss-user
mailing list