You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Ian Johnson <Ia...@hhgregg.com> on 2006/05/15 19:41:20 UTC

Submitting Readonly Fields

I saw this thread and had a similar problem with my calendar. I'm not
sure how to reply to a thread of emails I didn't get but I thought I
would throw out a solution.
 
Instead of setting readonly="true" on your text field use javascript to
make the field readonly onfocus="this.blur()".
 
It's pretty simple