[jboss-user] [JBoss Seam] - Re: <s:link> with simultaneous action and view attributes ap

asookazian do-not-reply at jboss.com
Wed Sep 5 11:36:49 EDT 2007


I tried the following and it seems to work ok:

<h:panelGrid id="select_grid" columns="1" rendered="#{userRoleSearch.seedSelection}">
  |              <h:selectManyCheckbox id="allRoles" 
  | 			 value="#{userRoleSearch.selectedChoices}"
  | 			 layout="pageDirection">
  | 	   <f:selectItems value="#{userRoleSearch.choices}"/>
  |             </h:selectManyCheckbox>
  | </h:panelGrid>

Your response makes sense to me, thx.  I will research raise-event as well.

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

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



More information about the jboss-user mailing list