MyFaces compatibility - title not appearing

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
erickdeoliveiraleal
Posts: 79
Joined: 25 Mar 2013, 13:00

19 Jul 2018, 17:25

I'm trying to migrate my application to MyFaces 2.3.1
The title defined here

Code: Select all

<ui:define name="title">My title</ui:define>
only appears on Mojarra.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

20 Jul 2018, 10:49

Please add the following context-param into web.xml;

Code: Select all

<context-param>
    <param-name>org.apache.myfaces.STRICT_JSF_2_FACELETS_COMPATIBILITY</param-name>
    <param-value>true</param-value>
  </context-param>

erickdeoliveiraleal
Posts: 79
Joined: 25 Mar 2013, 13:00

21 Jul 2018, 21:47

aragorn wrote:
20 Jul 2018, 10:49
Please add the following context-param into web.xml;

Code: Select all

<context-param>
    <param-name>org.apache.myfaces.STRICT_JSF_2_FACELETS_COMPATIBILITY</param-name>
    <param-value>true</param-value>
  </context-param>
thanks!

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

23 Jul 2018, 11:12

You're welcome!

Post Reply

Return to “Omega - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests