You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jin Li (JIRA)" <de...@myfaces.apache.org> on 2007/04/29 12:15:15 UTC

[jira] Created: (TOMAHAWK-973) The tag's attribute of readonly not work for Managed Bean.

The <t:inputCalendar> tag's attribute of readonly not work for Managed Bean.
----------------------------------------------------------------------------

                 Key: TOMAHAWK-973
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-973
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
    Affects Versions: 1.1.5
         Environment: Tomcat/5.5.23
Myfaces-core-1.1.5
IE6
firefox2.0.3

            Reporter: Jin Li


<t:inputCalendar id="dateKeyword" renderAsPopup="true" popupDateFormat="yyyy-MM-dd" value="#{pageHandler.page.dateKeyword}" maxlength="10" renderPopupButtonAsImage="true" forceId="true" readonly="true" onmouseover="this.focus();" />

I set attribute of readonly is true, when select a date and the form submited, the pageHandler.page.dateKeyword value didn't changed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.