5 Replies Latest reply on Jul 3, 2007 7:48 AM by agori

    passing expression value to html code

    furic

      Hello
      I'm solving the problem with checkboxes in table, like it's discribed in the
      article
      http://blogs.sun.com/basler/entry/jsf_1_2_checkbox_in.
      How is this possible to pass expression value to HTML tag ?

      <f:verbatim><input type="checkbox" name="mapSelectedItems" value="<h:outputText value='#{item.UID}'/>"/> <f:verbatim>


      Thanks