[jboss-user] [JBoss Seam] - Re: expression language empty parameter

EverlastX1 do-not-reply at jboss.com
Tue Jan 15 08:34:40 EST 2008


no docResult.doc.creator is an array of String

In the second dataTable I loop thou the array and bind each array element to the var "c" and the elements of docResult.doc.getCreator() are instanceof Strings


  | <h:dataTable id="DT_creator"  var="c" value="#{docResult.doc.creator}">		
  |      <h:column id="Column_creator">		
  |           <h:form id="Form_creator" styleClass="subText" style="margin:auto;padding:auto; /*just for the IE*/">			  		               
  | <s:link id="Link_searchByCreator" value="[#{c}]," action="#{searcher.searchByCreator(c)}"/>
  |           </h:form>		
  |      </h:column>

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

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



More information about the jboss-user mailing list