[jboss-user] [JBoss Seam] - s:conversationPropagation has no effect with h:commandButton
gena777
do-not-reply at jboss.com
Sat May 26 20:01:11 EDT 2007
Hello
it seems, that the s:conversationPropagation doesn't affect the h:commandButton behaivour.
This code works, but doesn't cause a submition of form values
<s:button propagation="begin" action="offer/createOffer" value="#{uib.Next}" styleClass="submit">
| </s:button>
|
the following snipplet submits all values correct but doesn't open a new conversation as expected:
<h:commandButton action="offer/createOffer" value="#{uib.Next}" styleClass="submit" >
| <s:conversationPropagation type="begin"/>
|
| </h:commandButton>
pages.xml is for both cases identical.
many thanks, Gena
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048866#4048866
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048866
More information about the jboss-user
mailing list