Showcase not working
Thank you for the notice; system is restarted
Problem with bootsfaces 1.3.0 and highfaces 1.3
Hello , thanks a lot, the fix will for sure be part of the next release; we have already pushed it into the our current snapshot so that it won't get overseen.
Public Release 1.3
You can try if it makes a difference between updating the chart (by ID) itself and a surrounding p:outputPanel. If both does not help, I would need to debug myself. For that, it would be good if you create a "smallest possible example" that is showing that bug.
This happens when jQuery gets pulled into your page twice. HighFaces performs a check if jQuery is already loaded, however this can only be done by analysing the <h:head> segment and checking there for correctly pulled in jQuery libraries. (Like e.g. PrimeFaces or Bootsfaces do it). If you happen to load jQuery "manually" within the body-tag, HighFaces can not see this and load its own bundles jQuery library as well. So the solution is to import jQuery the JSF-way and in the <h:head> segment of your...
1.3-SNAPSHOT initial