[jboss-user] [JBoss Seam] - Re: learning up

laxu do-not-reply at jboss.com
Wed Feb 14 09:26:08 EST 2007


it is part of the table:


        <h:form id="zaba">
  |             <h:dataTable value="#{organizations}" var="item">
  |                 <h:column>
  |                     <f:facet name="header">No</f:facet>
  |                     #{item.id}
  |                 </h:column>
  |                 <h:column>
  |                     <f:facet name="header">Ad</f:facet>
  |                     <s:link id="viewItem" value="#{item.name}" action="#{organizationAction.selectOrganization(item)}" />
  |                 </h:column>
  |                 <h:column>
  |                     <f:facet name="header">
  |                         <h:outputText value="Address"/>
  |                     </f:facet>
  |                     <h:outputText value="#{item.address}"/>
  |                 </h:column>
  |                 <h:column>
  |                     <f:facet name="header">
  |                         <h:outputText value="Deleted"/>
  |                     </f:facet>
  |                     <h:selectBooleanCheckbox value="#{item.deleted}" disabled="true" />
  |                 </h:column>
  |             </h:dataTable>
  |         </h:form>

it is passed to the method ok, so that i can see it in the log.

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

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



More information about the jboss-user mailing list