[jboss-user] [JBoss Seam] - Re: Is passing a object through el to JavaScript possible?
samdoyle
do-not-reply at jboss.com
Fri Oct 19 19:34:09 EDT 2007
Just tested this in my case works great! Good stuff.
| <h:selectBooleanCheckbox value="#{staus.isSelected}">
| <a4j:support event="onclick"
| onsubmit="test('#{status.statusName}')"
| action="#{statusAccessor.edit(status)}"/>
| </h:selectBooleanCheckbox>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097140#4097140
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097140
More information about the jboss-user
mailing list