Questions tagged [primefaces-7.0]

8 questions
4
votes
1 answer

PrimeFaces 7.0 getCallbackParams() not found

I just upgraded from PrimeFaces 6.2 to 7.0 and I'm unable to find getCallbackParams(). In PrimeFaces 6.2 it wasn't deprecated nor there was an hint of it being moved in further releases. Some of the RequestContext functions were moved to…
Paolo Forgia
  • 6,572
  • 8
  • 46
  • 58
1
vote
2 answers

Primefaces: Updating after action(-Listener) completed

I want my p:datatable to update/refresh after I deleted an entry. Deletion on DB side succeeds. After a manual refresh, the entry is gone. But I can not get the p:datatable to refresh itself automatically I aldready tried ajax commands, checking…
Thomas
  • 13
  • 7
0
votes
0 answers

OmniFaces converters (like omnifaces.ListConverter) not found after upgrade to jsf 2.3, Primefaces 7.0, omnifaces 3.14.1

Since upgrade from primefaces 6.2 and omnifaces 1.12 to primefaces 7.0 and omnifaces 3.14.1 is not working basic omnifaces tag as converter: Exception: `SEVERE: JSF1006:…
JanZ
  • 1
  • 1
0
votes
1 answer

Multiple asynchronous ajax inside expanded row of Primefaces dataTable

The code below simulates the bad use of LazyDataModel during the traversing component tree across threads. //Car.java public class Car implements Serializable { private Integer id; private String manufacturer; private String type; …
vonnai
  • 1
  • 1
0
votes
0 answers

Some values are reset only after first ajax update of the form (but others are just fine)

Hi I've a really strange situation that I can't get rid of. On the first ajax update of the entire form some values are just fine (they have the expected values) but some others just lose their values in some way (when I go with the debugger over…
fatBatman
  • 23
  • 7
0
votes
0 answers

p:datatable filter does not work right anymore after update 7.0 to 8.0

I have a datatable with multiple filter for filtering in backend. In Primefaces 7.0 it all works out fine but after the update to 8.0 all filter seem to use the last defined filter in the xhtml side. All cloumns looks like this just with different…
0
votes
1 answer

p:selectOneMenu is disabled with primefaces 7 integrated on SB Admin template

I integrated SB Admin template on my jsf project All is worked fine with primeaces 6. However, I got a problem after upgrading to primefaces 7. the p:selectOneMenu becames disabled. I got that exception: I deleted jQuery.escapeSelector =…
Bella
  • 49
  • 1
  • 7
0
votes
1 answer

p:selectBooleanCheckbox in a dialog can not be checked in IE11

p:selectBooleanCheckbox in a dialog can not be checked in IE11. But it can be checked when drag-click.