[jboss-user] [JBoss Seam] - Re: selectItems exception

kukeltje do-not-reply at jboss.com
Sun Jan 28 17:09:17 EST 2007


Read the documentation. The difference is described in there. Short summary:

s:button:
- does automatically propagate conversation
- does NOT post the fields to the jsf comonent

h:commandButton
- does NOT automatically propagate the conversation (use s:conversationpropagation for that)
- does post the fields to the jsf component.

I think this should go into the FAQ since it was one of the pitfalls I fell into as well (two times, even worse/stupid ;-))

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007570#4007570

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007570



More information about the jboss-user mailing list