Justin Cobman

Greenhorn
+ Follow
since May 31, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Justin Cobman

hello

I successfully implemented custom ExceptionHandler for my JSF2.0 application. Exception is caught and proper error message is shown.
Now i need properly handle exception.

I have form #1 where I have a list of elements. In form #1 i navigate to form #2 using such command:


In form #2 i have shown objects that are initialized on actionListener invoked in form #1 ${actionAdminBean.loadActionGroupAction}


Now here is the deal:
when i submit new values into form #2 and my exception occurs. I navigate to the same page and show exception message.
But the elements that are initialized in ${actionAdminBean.loadActionGroupAction} (on action witch navigates from form#1 to form#2) actionListener are not shown(obviously, actionListener is not invoked).

My question would be how do I replay previous actions executed to show current view with exception message in universal way?
Maybe i shouldn't replay all actions, probably with restoreView phase I should get those values?
Any suggestions?

Thank you in advance!
13 years ago
JSF
i think you should replace all '\n' to <br/>
15 years ago
JSF
hello,
during one request an error registered, and there redirect occurs(a new request) and on that new request messages isn't displayed. Try to remove <redirect/> in navigation rules.
15 years ago
JSF