both are non-ajax requests? Am Di., 7. Jan. 2025 um 01:48 Uhr schrieb Fernando Mattioli < mattioli.ferna...@gmail.com>:
> Hi! > > Setting up the Open Liberty dev plugin for an existing project, I came > across the following issue: having the org.apache.myfaces.ERROR_HANDLING > context parameter set to true, errors on main facelets (for example, typos > on properties names) are correctly handled, and the corresponding stack > trace is presented. However, when this same kind of error occurs inside a > primefaces dialog, stack trace is not shown (neither valuable log > information, on the server log). > > Is there any way I can get this stack trace on screen, as in the first > scenario? If it helps, I've setup this > < > https://github.com/f-matt/open-liberty-examples/tree/main/primefaces-dialog > > > sample project. For example, by changing the bean properties with > non-existing ones (indexView.message -> indexView.wrongMessage and > indexView.dialogMessage -> indexView.wrongDialogMessage), one should view > the stack trace for index.xhtml, but not for dialog.xhtml. > > Finally, if this is not a MyFaces issue, please let me know so I can report > it on the Open Liberty or Primefaces lists. > > Many thanks in advance. Best regards! > > > -- > Fernando Mattioli >