[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
This has to be a bug as the documentation actually specifies that this should indeed be possible View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104950#4104950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104950

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread [EMAIL PROTECTED]
This is a blocking issue for the next release http://jira.jboss.com/jira/browse/JBSEAM-1899 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104960#4104960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104960

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
http://docs.huihoo.com/jboss/seam/2.0.0.CR1/reference/en/html/controls.html scroll down to the S:conver. component View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104951#4104951 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
Hi Pete What would be the best way to get around this? i wonder if there is an anottation that kills the currnet conversation and starts a new one View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104965#4104965 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
.. just noticed thats for seam 2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104955#4104955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104955 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
cheers dude! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104985#4104985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104985 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
You star! worked a charm i can stop biting my nails and rocking back and forth View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104986#4104986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104986

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread [EMAIL PROTECTED]
No. beforeRedirect is your best bet for that. I will probably apply the fix tomorrow or over the weekend - its written, just needs tidying up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104974#4104974 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-05-28 Thread gena777
Thank you for the answer! The problem is, for example i need to submit form and persist an object in an old long running conversation. Then i must initiate a redirect to a new page, take some parameters from an old conversation and begin a new long running conversation. Optionally, it would be

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-05-27 Thread quilleashm
s:button and s:link do not submit the form. h:commandButton (I don't believe) accepts parameters like s:conversationPropogation. If you want this effect I would suggest annotating createOffer with @Begin. Cheers. Mike. View the original post :