2 Replies Latest reply on Aug 15, 2008 4:20 PM by jorg1

    Is it possible to parse a String array as parameter in EL

    jorg1

      I want to have the method to take a String array as argument instead of a single String as in following example



      <a4j:form>
      
         <a4j:htmlCommandLink action="#{downloadBean.download('seismic_surveys')}/> 
      
      </a4j:form>



      Is there a syntax for this in EL ?