[jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!!

archana_mannepalli do-not-reply at jboss.com
Mon Feb 4 00:25:22 EST 2008


and i tried to use the converter in XTHML in this way


   <s:decorate id="activeDecoration" template="layout/edit.xhtml">
                <ui:define name="label">Active</ui:define>
	              <h:selectBooleanCheckbox id="active" value="#{roleHome.instance.active}" converter="#{tst}" >
	            
	              		<a:support event="onselect" reRender="activeDecoration" />   
                  </h:selectBooleanCheckbox>
         	
          </s:decorate>

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

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



More information about the jboss-user mailing list