]
Lukáš Fryč resolved RF-12589.
-----------------------------
Resolution: Done
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: