1 Reply Latest reply on Jan 4, 2010 10:15 AM by blabno

    creating dynamic Id

    jigneshmpatel

      I am trying to create dynamic id as follows but it says illegal argument exception.
      <a:commandLink id="#{_subCategory.subCatId.toString()}" value="#{_subCategory.subCatNm}" action="#{postAdAction.displayAdScreen(_subCategory.subCatId)}"/>


      Here subCatId is of type Short.