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.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039131
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to