Have you tried facestrace?
It also displays the faces messages in the request,
http://sourceforge.net/projects/facestrace
Cagatay
On 7/26/06, Wolf Benz <[EMAIL PROTECTED]> wrote:
you can put your logging level at debug to get alot more information
on what
is
going wrong.
-- This is interesting:
"2006-07-26 10:48:02,296 DEBUG
[org.apache.myfaces.shared_impl.util.MessageUtils] - adding message
Global Security Test for clientId null"
I think it means the message is indeed added (and as it deals about
h:messageS, the clientId is indeed null, it's global message)
Yet, even though there is a message added to the stack, the code just
follows the navigation as if nothing went wrong. (when a message is
added, the JSF automatically keeps the user at the same page right -
starting to doubt even this!)
A little further:
"006-07-26 10:48:05,074 DEBUG
[org.apache.myfaces.application.NavigationHandlerImpl] -
handleNavigation fromAction=#{managerbean.submitAction}
outcome=usrMgmt toViewId =userManagementChoice.jsp redirect=false"
-- This is the outcome as if all went fine (although a message is
added in the same method, a little sooner)
Wolf

