[
https://issues.apache.org/jira/browse/MYFACES-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485238
]
Mike Kienenberger commented on MYFACES-1569:
--------------------------------------------
Considering this rewrite:
= "There should always be a submitted value for an input if it is
rendered,"
+ " its form is submitted, and it was not originally rendered
disabled or read-only.";
+ " You cannot submit a form after disabling an input element via
javascript."
+ " Consider setting read-only to true instead"
+ " or resetting the disabled value back to false prior to form
submission.";
Also changing InputHtmlRenderer and HtmlCalendarRenderer to pull error from
public static constant in HtmlRendererUtils.
> Error message when input text is disabled or readOnly
> -----------------------------------------------------
>
> Key: MYFACES-1569
> URL: https://issues.apache.org/jira/browse/MYFACES-1569
> Project: MyFaces Core
> Issue Type: Improvement
> Components: General
> Reporter: Oliver Pfau
> Priority: Minor
>
> Submit of a from with input text is disabled == true leads to the following
> message:
> "WARNING: There should always be a submitted value for an input if it is
> rendered, its form is submitted, and it is not disabled or read-only .
> Component : <...inputText>"
> The warning does not appear when readOnly == true. Please remove the part "or
> read-only" from the message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.