Hi all,
when using the JSF reference implementation there is coming up a stack trace in the log when starting a dialog:
Code:
java.lang.Error: javax.faces.FacesException: Expression Error: Named Object: org.eclnt.jsfserver.elements.impl.UNIFIEDPOLLINGComponent not found.
| at org.eclnt.jsfserver.elements.BaseComponentTag.createBaseComponent(BaseComponentTag.java:471) [eclntjsfserverRISC-20240514.jar:]
| at org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent$ParsedNode.render(ROWINCLUDEComponent.java:121) [eclntjsfserverRISC-20240514.jar:]
| at org.eclnt.jsfserver.elements.impl.ROWINCLUDEComponent$ParsedNode.render(ROWINCLUDEComponent.java:150) [eclntjsfserverRISC-20240514.jar:]
The application then continues with normal processing.
The error does no show up when using the "mini-JSF-implementation" of CaptainCasa.
We fixed this issue, fix is part of next week's update.
Kind regards! Björn