[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-11 Thread [EMAIL PROTECTED]
This is then a bug in menuItem - please take it over to the richfaces forum :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128516#4128516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128516

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-06 Thread [EMAIL PROTECTED]
Does it work if you use s:link or h:commandButton? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127028#4127028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127028 ___

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-06 Thread graben
I tried it with s:link and it works, but by the way it works whether using begin or nested. No difference! Anyway this was only a dirty hack to try, because I need the menuitem! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4127056#4127056 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-05 Thread graben
Super strange. When using s:link an propagation attribute everything works. And it seems that it is totaly regardless of which type begin or nested. I'm totaly confused! :-| View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126664#4126664 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-05 Thread [EMAIL PROTECTED]
Which component doesn't it work for and which version of Seam are you using? I'm using Seam 1.2.1.GA and in that verision the s:conversationPropagation doesn't work with h:commandButton ... There is a JIRA for this in the system. Micke View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-05 Thread [EMAIL PROTECTED]
Ok, post some code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126814#4126814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126814 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-05 Thread graben
rich:panelMenuItem label=#{child.label} icon=/img/icons/menu_item.png action=#{child.execute()} style=background- color:#ee rendered=#{child.notSecurity and !child.selected} | s:conversationPropagation type=nested / | /rich:panelMenuItem Some short explaination. This is a code

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-05 Thread ivicac
I am using facelets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091892#4091892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091892 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-05 Thread jacob.orshalick
Please see: http://jira.jboss.com/jira/browse/JBSEAM-1899 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092016#4092016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092016 ___

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-04 Thread jacob.orshalick
Are you using Facelets? If not the following will work: h:commandButton value=Apply action=#{personHome.update} | f:param name=conversationPropagation value=end/ | /h:commandButton View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091500#4091500 Reply to

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-04 Thread jacob.orshalick
Actually, on second look that would only work if you were using h:commandLink (h:commandButton does not support f:param). But you could always place an @End on your action #{personHome.update} if you are not using Facelets. View the original post :