[richfaces-issues] [JBoss JIRA] (RF-12589) Placeholder inside h:inputText - requires com.sun.faces.allowTextChildren=true

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Nov 1 09:39:18 EDT 2012


Lukáš Fryč created RF-12589:
-------------------------------

             Summary: Placeholder inside h:inputText - requires com.sun.faces.allowTextChildren=true
                 Key: RF-12589
                 URL: https://issues.jboss.org/browse/RF-12589
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: compatibility, component-misc
    Affects Versions: 4.3.0.M3
            Reporter: Lukáš Fryč
            Assignee: Lukáš Fryč
             Fix For: 4.3.0.M3


Following context-param is needed, otherwise Placeholder won't work inside components like {{h:inputText}}.

{code:xml}
<context-param>
    <param-name>com.sun.faces.allowTextChildren</param-name>
    <param-value>true</param-value>
</context-param>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list