Page 1 of 1

Modena 2.1.3 compatible with Primefaces 7.0 ?

Posted: 02 Apr 2019, 15:04
by Eucly2
I changed my Primefaces version for the 7.0 on my project and on modena sources too. And since I did that the modena layiout menu is always empty, is this an issue?

Thx and sorry for my english

Re: Modena 2.1.3 compatible with Primefaces 7.0 ?

Posted: 17 Apr 2019, 14:53
by mert.sincan
Please change the following line in ModenaMenuRenderer.java

Code: Select all

UIComponent form = ComponentUtils.findParentForm(context, menu); // line 197
with

Code: Select all

UIForm form = ComponentTraversalUtils.closestForm(context, menu);
Best Regards,

Re: Modena 2.1.3 compatible with Primefaces 7.0 ?

Posted: 17 Apr 2019, 18:09
by Euclyde
Hi!

Thanks for you answer but the solution doesn't work.

I saw that there was new version for premium theme to work with Primefaces 7.0 but not on Modena, is there going to be one?

Re: Modena 2.1.3 compatible with Primefaces 7.0 ?

Posted: 22 Apr 2019, 10:37
by mert.sincan
Hi,

Please see; https://www.primefaces.org/end-of-sale- ... templates/
After 3 years of extended support, the legacy layouts listed above have now reached End of Support as well meaning forum support and updates are no longer available.