4 Replies Latest reply on Apr 20, 2007 6:15 AM by pmuir

    Getiing JSF ReadOnly inputText value in bankend??

    waheed.murad

      Hi.
      i have readOnly inputText is JSF as

      <h:inputText id="emails" value="#{myBean.emails}"/ readonly="true">

      with backend getter and setter methods.

      well when i submit form i do not have any value in my myBean.emails varaible. i have searched and came to know that readOnly and disabled fields are not decoded by JSF.
      Is there any other way i can send this readOnly values to backend bean

      thanks in advance.