webtier@glassfish.java.net

Re: How to debug action method not being called in command button

From: <webtier_at_javadesktop.org>
Date: Fri, 19 Mar 2010 11:41:14 PDT

So, I turned the logging way up and I see this for the page that works:

[#|2010-03-19T13:15:34.599-0500|FINE|glassfishv3.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=49;_ThreadName=Thread-1;ClassName=null;MethodName=null;|Entering InvokeApplicationsPhase|#]

[#|2010-03-19T13:15:34.665-0500|FINE|glassfishv3.0|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=49;_ThreadName=Thread-1;ClassName=null;MethodName=null;|processAction(j_idt38)|#]

My logging messages follow showing that the delete is executing. This is the one which does not work:

[#|2010-03-19T13:31:27.624-0500|FINE|glassfishv3.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=50;_ThreadName=Thread-1;ClassName=null;MethodName=null;|Entering InvokeApplicationsPhase|#]

[#|2010-03-19T13:31:27.624-0500|FINE|glassfishv3.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=50;_ThreadName=Thread-1;ClassName=null;MethodName=null;|Exiting InvokeApplicationsPhase|#]

So, it looks like for some reason the jsf stack thinks that there is nothing to do.
[Message sent by forum member 'absmiths']

http://forums.java.net/jive/thread.jspa?messageID=392795