getHeaderText() removed on 10.0.7

UI Components for JSF
Post Reply
mayconoliveira
Posts: 1
Joined: 25 Nov 2021, 14:11

25 Nov 2021, 18:39

Hi there!

The following source works on 10.0.0 but on 10.0.7 getHeaderText() was removed.

SortMeta value = m.getValue();
((Column) value.getComponent()).getHeaderText();

Any sugestion on how to replace?

Thanks!

RedRayzer
Posts: 5
Joined: 26 May 2021, 15:04

01 Dec 2021, 14:50

I found that the getComponent() was removed

I had this where meta is an object of SortMeta
DynamicColumn dc = (DynamicColumn) meta.getComponent();

getComponent() is no longer a method after upgrading from 10.0.0 to 10.0.7

Is there documentation around this? Looking through the fixed issues i was unable to pinpoint the issue responsible.
Primefaces 10.0.7, JSF 2.2, Payara 5.0.2022

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 27 guests