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

Juraj Húska (JIRA) jira-events at lists.jboss.org
Wed Dec 19 12:11:08 EST 2012


     [ https://issues.jboss.org/browse/RF-12589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juraj Húska closed RF-12589.
----------------------------



verified in metamer
                
> 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