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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...