Hi again, any ideas on this issue? I've tried with the current SVN snapshot, still no luck. Also, I've enabled DebugActionListener and DebugNavigationHandler in the hope of shedding some light on the problem. It now seems to me that the problem is JavaScript-related as there is no server-side action evoked as far as I can tell:
2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase RESTORE_VIEW(1) needs 65 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between phases 1 and 2: 1 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase APPLY_REQUEST_VALUES(2) needs 3 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between phases 2 and 3: 0 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase PROCESS_VALIDATIONS(3) needs 1 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between phases 3 and 4: 1 milliseconds 2007-11-06 18:01:52 INFO - org.apache.myfaces.config.annotation.TomcatAnnotationLifecycleProvider:46 - Creating instance of controller.BrowseController 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase UPDATE_MODEL_VALUES(4) needs 4 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between phases 4 and 5: 0 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase INVOKE_APPLICATION(5) needs 1 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between phases 5 and 6: 1 milliseconds 2007-11-06 18:01:52 DEBUG - org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase RENDER_RESPONSE(6) needs 74 milliseconds 2007-11-06 18:01:52 INFO - org.apache.myfaces.tobago.util.DebugPhaseListener:65 - Total response time : 151 milliseconds No output from DebugActionHandler or DebugNavigationHandler, whereas in other contexts they do give debug info. I'm really at a loss fixing this as I've next to no JavaScript experience. Anyone care to take a look? Maybe the Tobago.submitAction() function in tobago.js? Thanks and regards, Ramon Am Freitag, den 02.11.2007, 14:37 +0100 schrieb Ramon Ziai: > Hi Volker, > > Am Freitag, den 02.11.2007, 11:33 +0100 schrieb Volker Weber: > > > i can't see any functional problem in your code fragment, just some > > layouting issues. > > thanks for the quick reply and for the layouting info, I applied it. > > > Can you add the DebugPhaseListener [1] to see if the applicationPhase > > is reached? > > Done, here is what I get if I click on the aforementioned link: > > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:97 - Param : > "j_id_jsp_1586319425_1:j_id_jsp_1586319425_3::selected" = "," > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:97 - Param : > "j_id_jsp_1586319425_1:j_id_jsp_1586319425_3::scrollPosition" = "" > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:97 - Param : > "j_id_jsp_1586319425_1:j_id_jsp_1586319425_3::widths" = "" > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:97 - Param : > "j_id_jsp_1586319425_1::form-clientDimension" = "1280;802" > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:97 - Param : > "j_id_jsp_1586319425_1::form-action" = > "j_id_jsp_1586319425_1:j_id_jsp_1586319425_3:0:j_id_jsp_1586319425_9" > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:97 - Param : > "jsf_viewid" = "/browse.jsp" > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:118 - Before > Phase :RESTORE_VIEW(1) Time=1194010413966 > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:51 - After > Phase :RESTORE_VIEW(1) Time=1194010413994 > 2007-11-02 13:33:33 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase > RESTORE_VIEW(1) needs 28 milliseconds > 2007-11-02 13:33:33 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between > phases 1 and 2: 2 milliseconds > 2007-11-02 13:33:33 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:118 - Before > Phase :APPLY_REQUEST_VALUES(2) Time=1194010413996 > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:51 - After > Phase :APPLY_REQUEST_VALUES(2) Time=1194010414000 > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase > APPLY_REQUEST_VALUES(2) needs 4 milliseconds > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between > phases 2 and 3: 1 milliseconds > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:118 - Before > Phase :PROCESS_VALIDATIONS(3) Time=1194010414001 > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:51 - After > Phase :PROCESS_VALIDATIONS(3) Time=1194010414003 > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase > PROCESS_VALIDATIONS(3) needs 2 milliseconds > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between > phases 3 and 4: 1 milliseconds > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:118 - Before > Phase :UPDATE_MODEL_VALUES(4) Time=1194010414004 > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:51 - After > Phase :UPDATE_MODEL_VALUES(4) Time=1194010414006 > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase > UPDATE_MODEL_VALUES(4) needs 2 milliseconds > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between > phases 4 and 5: 2 milliseconds > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:118 - Before > Phase :INVOKE_APPLICATION(5) Time=1194010414008 > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:51 - After > Phase :INVOKE_APPLICATION(5) Time=1194010414011 > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase > INVOKE_APPLICATION(5) needs 3 milliseconds > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:113 - Time between > phases 5 and 6: 1 milliseconds > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:118 - Before > Phase :RENDER_RESPONSE(6) Time=1194010414012 > 2007-11-02 13:33:34 TRACE - > org.apache.myfaces.tobago.util.DebugPhaseListener:51 - After > Phase :RENDER_RESPONSE(6) Time=1194010414102 > 2007-11-02 13:33:34 DEBUG - > org.apache.myfaces.tobago.util.DebugPhaseListener:58 - Phase > RENDER_RESPONSE(6) needs 90 milliseconds > 2007-11-02 13:33:34 INFO - > org.apache.myfaces.tobago.util.DebugPhaseListener:65 - Total response > time : 136 milliseconds > > Seems like it does reach the application phase, right? > > Best, > Ramon
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

