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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...