p:messages on a redirected page not shown #3339
Unanswered
AndrewChurchill1970
asked this question in
PrimeFaces
Replies: 2 comments 1 reply
-
solution instead or redirect to page:
=>e.g.:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
if you can put together a PF Test reproducer of the exact issue we can take a look. You workaround around seems kinda hacky it sounds like the messages are being lost in the redirect? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have a problem with showing messages on a redirected page with jakarta Faces 4.0 and Primefaces 14.0.10
Have you any idea what’s wrong?
Code =>
error.xhtml has that components =>
MessagesRenderer Method encodeMarkup() is called but after List messages = collectFacesMessages(uiMessages, context); the messages is null;
Where the messages got lost till to this call?
Beta Was this translation helpful? Give feedback.
All reactions