You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Zied Hamdi <ja...@gmail.com> on 2008/01/10 11:47:12 UTC

[tobago] renderedPartially sends the request two times

Hi,

I'm trying to debug what happens in my app after a click on a link with
partial rendering. The problem is that sth like 2 seconds after the first
request, another request is posted (and that one seems to be not partial
because the result is different). I suppose that when an ajax request times
out, you send a "traditional" request. How is it possible to disable this
feature?

Regards,
Zied

Re: [tobago] renderedPartially sends the request two times

Posted by Volker Weber <v....@inexso.de>.
Hi,

> "page::form-action" = "page"

this happens in both cases, unknown response and reload requested by
server, but not on ajax timeout.


Regards,
    Volker

2008/1/10, Zied Hamdi <ja...@gmail.com>:
> Hi again,
>
> I forgot to say a noticable difference between requests is :
> "page::form-action" =
> "page:formulaParamsSheet:0:localValueChkbx"
>
> and the second (on no click) is:
> "page::form-action" = "page"
>
> (this one traverses the app phase without impact). It happens only if I put
> a breakpoint that delays the operation. That's why I thought about a time
> out process....
>
> Regards,
> Zied
>
>
> 2008/1/10, Zied Hamdi <ja...@gmail.com>:
> >
> >
> > Hi Volker,
> >
> > I have a strange behaviour then in multiple places where renderedPartially
> is used: while I'm looking in my breakpoint, another request is made. This
> is my log in one of these examples: the green part is what happens in the
> breakpoint. Nearly 5 seconds after that, a second request is made (while I'm
> still in the app phase). I'm under ie7, do you think it has sth to do with
> the browser?
> >
> > Regards,
> > Zied
> >
> >
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:workEnd" = " 18:52:00"
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:salaryTaskTable::widths" = ""
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:formulaParamsSheet:0:value" = "17"
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:formulaParamsSheet::selected" = ","
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:workTaskTable::selected" = ","
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:selectMode" = "3"
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id238" = "int H=1000*60*60;
> >
> > float hourPF = new Float(hourPrice);
> >
> > BigDecimal sum = 0;
> >
> > int hourCount = 0;
> >
> > int interventionCount = 0;
> >
> > workExecutions.each { work ->
> >
> >   if( work.state !=
> fr.into.services.model.impl.CalendarEntry.TaskStatus.UNEXECUTED
> ) {
> >
> >     int time = Math.ceil((work.workEnd.time - work.workStart.time)/H);
> >
> >     hourCount += time;
> >
> >     sum+=hourPF*time
> >
> >     sum += 6;
> >
> >     interventionCount++;
> >
> >   }
> >
> > }
> >
> > System.out.println( "hour count: "+ hourCount +" intervention count: "+
> interventionCount);
> >
> > result=new BigDecimal(sum);"
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id157_pickerDimension" = ""
> >
> > 13:39:15,109 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:salaryTaskTable::scrollPosition" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,109
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id25::selected" = ","
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id200" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id164_pickerDimension" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id152_pickerDimension" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id59" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:schedule_last_clicked_y" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id53" = ""
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id20" = " richmond"
> >
> > 13:39:15,125 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id164" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,125
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id48_pickerDimension" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id195" = "WEEK"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id194" = "1"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:workStart" = " 16:52:00"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:workTaskTable::widths" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "affectedAjaxComponent" = "page:formulaParamsSheet"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:formulaParamsSheet::widths" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:workTaskTable::scrollPosition" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "jsf_tree" = "j_id1:j_id16"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id48" = "07.01.2008"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:salaryTaskTable::selected" = ","
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id157" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id43" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id187" = "true"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id73" = "MONTHLY"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:workTaskTabGroup::activeIndex" = "1"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "jsf_viewid" = "/contract/contract.xhtml"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id75::activeIndex" = "0"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id152" = "09.01.2008"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id25::widths" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id25::scrollPosition" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:schedule" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page::form-action" =
> "page:formulaParamsSheet:0:localValueChkbx"
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:schedule_last_clicked_date" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:j_id53_pickerDimension" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "page:formulaParamsSheet::scrollPosition" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97)
> - Param : "_" = ""
> >
> > 13:39:15,140 INFO   [STDOUT] 2008-01-10 13:39:15,140
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118)
> - Before Phase :RESTORE_VIEW 1 Time=1199968755140
> >
> > 13:39:15,203 INFO   [STDOUT] 2008-01-10 13:39:15,203
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51)
> - After Phase :RESTORE_VIEW 1 Time=1199968755203
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,203
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58)
> - Phase RESTORE_VIEW 1 needs 63 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113)
> - Time between phases 1 and 2: 15 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118)
> - Before Phase :APPLY_REQUEST_VALUES 2 Time=1199968755218
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51)
> - After Phase :APPLY_REQUEST_VALUES 2 Time=1199968755218
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58)
> - Phase APPLY_REQUEST_VALUES 2 needs 0 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113)
> - Time between phases 2 and 3: 0 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118)
> - Before Phase :PROCESS_VALIDATIONS 3 Time=1199968755218
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51)
> - After Phase :PROCESS_VALIDATIONS 3 Time=1199968755218
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58)
> - Phase PROCESS_VALIDATIONS 3 needs 0 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113)
> - Time between phases 3 and 4: 0 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118)
> - Before Phase :UPDATE_MODEL_VALUES 4 Time=1199968755218
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51)
> - After Phase :UPDATE_MODEL_VALUES 4 Time=1199968755218
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58)
> - Phase UPDATE_MODEL_VALUES 4 needs 0 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113)
> - Time between phases 4 and 5: 0 milliseconds
> >
> > 13:39:15,218 INFO   [STDOUT] 2008-01-10 13:39:15,218
> [http-127.0.0.1-8080-1 ] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118)
> - Before Phase :INVOKE_APPLICATION 5 Time=1199968755218
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:workEnd" = "18:52:00"
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:salaryTaskTable::widths" = ""
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:formulaParamsSheet:0:value" = "17"
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:formulaParamsSheet::selected" = ","
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:workTaskTable::selected" = ","
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:selectMode" = "3"
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id238" = "int H=1000*60*60;
> >
> > float hourPF = new Float(hourPrice);
> >
> > BigDecimal sum = 0;
> >
> > int hourCount = 0;
> >
> > int interventionCount = 0;
> >
> > workExecutions.each { work ->
> >
> >   if( work.state !=
> fr.into.services.model.impl.CalendarEntry.TaskStatus.UNEXECUTED
> ) {
> >
> >     int time = Math.ceil((work.workEnd.time - work.workStart.time)/H);
> >
> >     hourCount += time;
> >
> >     sum+=hourPF*time
> >
> >     sum += 6;
> >
> >     interventionCount++;
> >
> >   }
> >
> > }
> >
> > System.out.println( "hour count: "+ hourCount +" intervention count: "+
> interventionCount);
> >
> > result=new BigDecimal(sum);"
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id157_pickerDimension" = ""
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:salaryTaskTable::scrollPosition" = ""
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id25::selected" = ","
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id200" = ""
> >
> > 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id164_pickerDimension" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,171
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id152_pickerDimension" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id59" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:schedule_last_clicked_y" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id53" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id20" = "richmond"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id164" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id48_pickerDimension" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id195" = "WEEK"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id194" = "1"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:workStart" = "16:52:00"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:workTaskTable::widths" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:formulaParamsSheet::widths" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:workTaskTable::scrollPosition" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "jsf_tree" = "j_id1:j_id16"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id48" = "07.01.2008"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:salaryTaskTable::selected" = ","
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id43" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id187" = "true"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id73" = "MONTHLY"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:workTaskTabGroup::activeIndex" = "1"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "jsf_viewid" = "/contract/contract.xhtml"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id75::activeIndex" = "0"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id25::widths" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id25::scrollPosition" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:schedule" = ""
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page::form-action" = "page"
> >
> > 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:schedule_last_clicked_date" = ""
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,187
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:j_id53_pickerDimension" = ""
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page:formulaParamsSheet::scrollPosition" =
> ""
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (97) - Param : "page::form-clientDimension" = "1487;821"
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (118) - Before Phase :RESTORE_VIEW 1 Time=1199968760203
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (51) - After Phase :RESTORE_VIEW 1 Time=1199968760203
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (58) - Phase RESTORE_VIEW 1 needs 0 milliseconds
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (113) - Time between phases 1 and 2: 0 milliseconds
> >
> > 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (118) - Before Phase :APPLY_REQUEST_VALUES 2 Time=1199968760203
> >
> > 13:39:20,296 INFO   [STDOUT] 2008-01-10 13:39:20,281
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = 'MenuRenderer'
> suffix = '' key = 'null'
> >
> > 13:39:20,296 INFO   [STDOUT] 2008-01-10 13:39:20,296
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer
> (348) - Don't find any RendererClass for MenuRenderer. Please check you
> configuration.
> >
> > 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer' suffix = '' key =
> 'null'
> >
> > 13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer
> (348) - Don't find any RendererClass for
> org.apache.myfaces.ScheduleRenderer. Please check you
> configuration.
> >
> > 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (51) - After Phase :APPLY_REQUEST_VALUES 2 Time=1199968760406
> >
> > 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (58) - Phase APPLY_REQUEST_VALUES 2 needs 203 milliseconds
> >
> > 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (113) - Time between phases 2 and 3: 0 milliseconds
> >
> > 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (118) - Before Phase :PROCESS_VALIDATIONS 3 Time=1199968760406
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = 'MenuRenderer'
> suffix = '' key = 'null'
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer
> (348) - Don't find any RendererClass for MenuRenderer. Please check you
> configuration.
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (51) - After Phase :PROCESS_VALIDATIONS 3 Time=1199968760453
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (58) - Phase PROCESS_VALIDATIONS 3 needs 47 milliseconds
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (113) - Time between phases 3 and 4: 0 milliseconds
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (118) - Before Phase :UPDATE_MODEL_VALUES 4 Time=1199968760453
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (51) - After Phase :UPDATE_MODEL_VALUES 4 Time=1199968760453
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (58) - Phase UPDATE_MODEL_VALUES 4 needs 0 milliseconds
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (113) - Time between phases 4 and 5: 0 milliseconds
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (118) - Before Phase :INVOKE_APPLICATION 5 Time=1199968760453
> >
> > 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (51) - After Phase :INVOKE_APPLICATION 5 Time=1199968760453
> >
> > 13:39:20,468 INFO   [STDOUT] 2008-01-10 13:39:20,453
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase
> (58) - Phase INVOKE_APPLICATION 5 needs 0 milliseconds
> >
> > 13:39:20,468 INFO   [STDOUT] 2008-01-10 13:39:20,468
> [http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (113) - Time between phases 5 and 6: 15 milliseconds
> >
> > 13:39:20,468 INFO   [STDOUT] 2008-01-10 13:39:20,468
> [http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase
> (118) - Before Phase :RENDER_RESPONSE 6 Time=1199968760468
> >
> > 13:39:20,687 INFO   [STDOUT] 2008-01-10 13:39:20,687
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer' suffix = '' key =
> 'null'
> >
> > 13:39:20,687 INFO   [STDOUT] 2008-01-10 13:39:20,687
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer
> (348) - Don't find any RendererClass for
> org.apache.myfaces.ScheduleRenderer. Please check you
> configuration.
> >
> > 13:39:20,703 INFO   [STDOUT] 2008-01-10 13:39:20,703
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'property' name = 'into-i'
> suffix = '' key = 'today'
> >
> > 13:39:20,703 INFO   [STDOUT] 2008-01-10 13:39:20,703
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'property' name = 'into-i'
> suffix = '' key = 'today'
> >
> > 13:39:20,781 INFO   [STDOUT] 2008-01-10 13:39:20,781
> [http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths
> (265) - Path not found, and no fallback. Using empty string.
> >
> > resourceDirs = '[skins,
> org/apache/myfaces/tobago/renderkit]' contentType = 'html'
> theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer' suffix = '' key =
> 'null'...
> >
> > [Message tronqué]
>
>
>
>  --
> Zied Hamdi
> zatreex.sourceforge.net


-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13      | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX:  +49 441 4082 355 | www.inexso.de

Re: [tobago] renderedPartially sends the request two times

Posted by Zied Hamdi <ja...@gmail.com>.
Hi again,

I forgot to say a noticable difference between requests is :
"page::form-action" = "page:formulaParamsSheet:0:localValueChkbx"

and the second (on no click) is:
"page::form-action" = "page"

(this one traverses the app phase without impact). It happens only if I put
a breakpoint that delays the operation. That's why I thought about a time
out process....

Regards,
Zied


2008/1/10, Zied Hamdi <ja...@gmail.com>:
>
> Hi Volker,
>
> I have a strange behaviour then in multiple places where renderedPartially
> is used: while I'm looking in my breakpoint, another request is made. This
> is my log in one of these examples: the green part is what happens in the
> breakpoint. Nearly 5 seconds after that, a second request is made (while I'm
> still in the app phase). I'm under ie7, do you think it has sth to do with
> the browser?
>
> Regards,
> Zied
>
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workEnd" = " 18:52:00"
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:salaryTaskTable::widths" = ""
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet:0:value" = "17"
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet::selected" = ","
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTable::selected" = ","
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:selectMode" = "3"
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id238" = "int H=1000*60*60;
>
> float hourPF = new Float(hourPrice);
>
> BigDecimal sum = 0;
>
> int hourCount = 0;
>
> int interventionCount = 0;
>
> workExecutions.each { work ->
>
>   if( work.state !=
> fr.into.services.model.impl.CalendarEntry.TaskStatus.UNEXECUTED ) {
>
>     int time = Math.ceil((work.workEnd.time - work.workStart.time)/H);
>
>     hourCount += time;
>
>     sum+=hourPF*time
>
>     sum += 6;
>
>     interventionCount++;
>
>   }
>
> }
>
> System.out.println( "hour count: "+ hourCount +" intervention count: "+
> interventionCount);
>
> result=new BigDecimal(sum);"
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id157_pickerDimension" = ""
>
> 13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:salaryTaskTable::scrollPosition" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id25::selected" = ","
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id200" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id164_pickerDimension" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id152_pickerDimension" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id59" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:schedule_last_clicked_y" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id53" = ""
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id20" = " richmond"
>
> 13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id164" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id48_pickerDimension" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id195" = "WEEK"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id194" = "1"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workStart" = " 16:52:00"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTable::widths" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "affectedAjaxComponent" = "page:formulaParamsSheet"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet::widths" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTable::scrollPosition" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "jsf_tree" = "j_id1:j_id16"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id48" = "07.01.2008"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:salaryTaskTable::selected" = ","
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id157" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id43" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id187" = "true"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id73" = "MONTHLY"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTabGroup::activeIndex" = "1"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "jsf_viewid" = "/contract/contract.xhtml"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id75::activeIndex" = "0"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id152" = "09.01.2008"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id25::widths" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id25::scrollPosition" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:schedule" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page::form-action" = "page:formulaParamsSheet:0:localValueChkbx"
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:schedule_last_clicked_date" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id53_pickerDimension" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet::scrollPosition" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "_" = ""
>
> 13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :RESTORE_VIEW 1 Time=1199968755140
>
> 13:39:15,203 INFO  [STDOUT] 2008-01-10 13:39:15,203 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :RESTORE_VIEW 1 Time=1199968755203
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,203 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> RESTORE_VIEW 1 needs 63 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 1 and 2: 15 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :APPLY_REQUEST_VALUES 2 Time=1199968755218
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :APPLY_REQUEST_VALUES 2 Time=1199968755218
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> APPLY_REQUEST_VALUES 2 needs 0 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 2 and 3: 0 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :PROCESS_VALIDATIONS 3 Time=1199968755218
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :PROCESS_VALIDATIONS 3 Time=1199968755218
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> PROCESS_VALIDATIONS 3 needs 0 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 3 and 4: 0 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :UPDATE_MODEL_VALUES 4 Time=1199968755218
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :UPDATE_MODEL_VALUES 4 Time=1199968755218
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> UPDATE_MODEL_VALUES 4 needs 0 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 4 and 5: 0 milliseconds
>
> 13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :INVOKE_APPLICATION 5 Time=1199968755218
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workEnd" = "18:52:00"
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:salaryTaskTable::widths" = ""
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet:0:value" = "17"
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet::selected" = ","
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTable::selected" = ","
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:selectMode" = "3"
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id238" = "int H=1000*60*60;
>
> float hourPF = new Float(hourPrice);
>
> BigDecimal sum = 0;
>
> int hourCount = 0;
>
> int interventionCount = 0;
>
> workExecutions.each { work ->
>
>   if( work.state !=
> fr.into.services.model.impl.CalendarEntry.TaskStatus.UNEXECUTED ) {
>
>     int time = Math.ceil((work.workEnd.time - work.workStart.time)/H);
>
>     hourCount += time;
>
>     sum+=hourPF*time
>
>     sum += 6;
>
>     interventionCount++;
>
>   }
>
> }
>
> System.out.println( "hour count: "+ hourCount +" intervention count: "+
> interventionCount);
>
> result=new BigDecimal(sum);"
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id157_pickerDimension" = ""
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:salaryTaskTable::scrollPosition" = ""
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id25::selected" = ","
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id200" = ""
>
> 13:39:20,171 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id164_pickerDimension" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,171 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id152_pickerDimension" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id59" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:schedule_last_clicked_y" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id53" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id20" = "richmond"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id164" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id48_pickerDimension" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id195" = "WEEK"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id194" = "1"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workStart" = "16:52:00"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTable::widths" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet::widths" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTable::scrollPosition" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "jsf_tree" = "j_id1:j_id16"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id48" = "07.01.2008"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:salaryTaskTable::selected" = ","
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id43" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id187" = "true"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id73" = "MONTHLY"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:workTaskTabGroup::activeIndex" = "1"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "jsf_viewid" = "/contract/contract.xhtml"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id75::activeIndex" = "0"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id25::widths" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id25::scrollPosition" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:schedule" = ""
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page::form-action" = "page"
>
> 13:39:20,187 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:schedule_last_clicked_date" = ""
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,187 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:j_id53_pickerDimension" = ""
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page:formulaParamsSheet::scrollPosition" = ""
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) - Param
> : "page::form-clientDimension" = "1487;821"
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :RESTORE_VIEW 1 Time=1199968760203
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :RESTORE_VIEW 1 Time=1199968760203
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> RESTORE_VIEW 1 needs 0 milliseconds
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 1 and 2: 0 milliseconds
>
> 13:39:20,203 INFO   [STDOUT] 2008-01-10 13:39:20,203 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :APPLY_REQUEST_VALUES 2 Time=1199968760203
>
> 13:39:20,296 INFO   [STDOUT] 2008-01-10 13:39:20,281 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name =
> 'MenuRenderer' suffix = '' key = 'null'
>
> 13:39:20,296 INFO   [STDOUT] 2008-01-10 13:39:20,296 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348) -
> Don't find any RendererClass for MenuRenderer. Please check you
> configuration.
>
> 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'
>
> 13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348) -
> Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
> Please check you configuration.
>
> 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :APPLY_REQUEST_VALUES 2 Time=1199968760406
>
> 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> APPLY_REQUEST_VALUES 2 needs 203 milliseconds
>
> 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 2 and 3: 0 milliseconds
>
> 13:39:20,406 INFO   [STDOUT] 2008-01-10 13:39:20,406 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :PROCESS_VALIDATIONS 3 Time=1199968760406
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name =
> 'MenuRenderer' suffix = '' key = 'null'
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348) -
> Don't find any RendererClass for MenuRenderer. Please check you
> configuration.
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :PROCESS_VALIDATIONS 3 Time=1199968760453
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> PROCESS_VALIDATIONS 3 needs 47 milliseconds
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 3 and 4: 0 milliseconds
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :UPDATE_MODEL_VALUES 4 Time=1199968760453
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :UPDATE_MODEL_VALUES 4 Time=1199968760453
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> UPDATE_MODEL_VALUES 4 needs 0 milliseconds
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 4 and 5: 0 milliseconds
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :INVOKE_APPLICATION 5 Time=1199968760453
>
> 13:39:20,453 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) - After
> Phase :INVOKE_APPLICATION 5 Time=1199968760453
>
> 13:39:20,468 INFO   [STDOUT] 2008-01-10 13:39:20,453 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) - Phase
> INVOKE_APPLICATION 5 needs 0 milliseconds
>
> 13:39:20,468 INFO   [STDOUT] 2008-01-10 13:39:20,468 [
> http-127.0.0.1-8080-2] DEBUG
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) - Time
> between phases 5 and 6: 15 milliseconds
>
> 13:39:20,468 INFO   [STDOUT] 2008-01-10 13:39:20,468 [
> http-127.0.0.1-8080-2] TRACE
> org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :RENDER_RESPONSE 6 Time=1199968760468
>
> 13:39:20,687 INFO   [STDOUT] 2008-01-10 13:39:20,687 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'
>
> 13:39:20,687 INFO   [STDOUT] 2008-01-10 13:39:20,687 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348) -
> Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
> Please check you configuration.
>
> 13:39:20,703 INFO   [STDOUT] 2008-01-10 13:39:20,703 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'property' name =
> 'into-i' suffix = '' key = 'today'
>
> 13:39:20,703 INFO   [STDOUT] 2008-01-10 13:39:20,703 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'property' name =
> 'into-i' suffix = '' key = 'today'
>
> 13:39:20,781 INFO   [STDOUT] 2008-01-10 13:39:20,781 [
> http-127.0.0.1-8080-2] ERROR
> org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) - Path
> not found, and no fallback. Using empty string.
>
> resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType
> = 'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'
> ...
>
> [Message tronqué]




-- 
Zied Hamdi
zatreex.sourceforge.net

Re: [tobago] renderedPartially sends the request two times

Posted by Zied Hamdi <ja...@gmail.com>.
Hi Volker,

I have a strange behaviour then in multiple places where renderedPartially
is used: while I'm looking in my breakpoint, another request is made. This
is my log in one of these examples: the green part is what happens in the
breakpoint. Nearly 5 seconds after that, a second request is made (while I'm
still in the app phase). I'm under ie7, do you think it has sth to do with
the browser?

Regards,
Zied


13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workEnd" = "18:52:00"

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:salaryTaskTable::widths" = ""

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet:0:value" = "17"

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet::selected" = ","

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::selected" = ","

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:selectMode" = "3"

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id238" = "int H=1000*60*60;

float hourPF = new Float(hourPrice);

BigDecimal sum = 0;

int hourCount = 0;

int interventionCount = 0;

workExecutions.each { work ->

  if( work.state !=
fr.into.services.model.impl.CalendarEntry.TaskStatus.UNEXECUTED ) {

    int time = Math.ceil((work.workEnd.time - work.workStart.time)/H);

    hourCount += time;

    sum+=hourPF*time

    sum += 6;

    interventionCount++;

  }

}

System.out.println( "hour count: "+ hourCount +" intervention count: "+
interventionCount);

result=new BigDecimal(sum);"

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id157_pickerDimension" = ""

13:39:15,109 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:salaryTaskTable::scrollPosition" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,109 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::selected" = ","

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id200" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id164_pickerDimension" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id152_pickerDimension" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id59" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule_last_clicked_y" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id53" = ""

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id20" = "richmond"

13:39:15,125 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id164" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,125 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id48_pickerDimension" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id195" = "WEEK"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id194" = "1"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workStart" = "16:52:00"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::widths" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "affectedAjaxComponent" = "page:formulaParamsSheet"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet::widths" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::scrollPosition" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "jsf_tree" = "j_id1:j_id16"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id48" = "07.01.2008"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:salaryTaskTable::selected" = ","

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id157" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id43" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id187" = "true"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id73" = "MONTHLY"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTabGroup::activeIndex" = "1"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "jsf_viewid" = "/contract/contract.xhtml"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id75::activeIndex" = "0"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id152" = "09.01.2008"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::widths" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::scrollPosition" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page::form-action" = "page:formulaParamsSheet:0:localValueChkbx"

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule_last_clicked_date" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id53_pickerDimension" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet::scrollPosition" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "_" = ""

13:39:15,140 INFO  [STDOUT] 2008-01-10 13:39:15,140 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :RESTORE_VIEW 1 Time=1199968755140

13:39:15,203 INFO  [STDOUT] 2008-01-10 13:39:15,203 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :RESTORE_VIEW 1 Time=1199968755203

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,203 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase RESTORE_VIEW 1 needs 63 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 1 and 2: 15 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :APPLY_REQUEST_VALUES 2 Time=1199968755218

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :APPLY_REQUEST_VALUES 2 Time=1199968755218

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase APPLY_REQUEST_VALUES 2 needs 0 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 2 and 3: 0 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :PROCESS_VALIDATIONS 3 Time=1199968755218

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :PROCESS_VALIDATIONS 3 Time=1199968755218

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase PROCESS_VALIDATIONS 3 needs 0 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 3 and 4: 0 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :UPDATE_MODEL_VALUES 4 Time=1199968755218

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :UPDATE_MODEL_VALUES 4 Time=1199968755218

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase UPDATE_MODEL_VALUES 4 needs 0 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 4 and 5: 0 milliseconds

13:39:15,218 INFO  [STDOUT] 2008-01-10 13:39:15,218 [http-127.0.0.1-8080-1]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :INVOKE_APPLICATION 5 Time=1199968755218

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workEnd" = "18:52:00"

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:salaryTaskTable::widths" = ""

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet:0:value" = "17"

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet::selected" = ","

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::selected" = ","

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:selectMode" = "3"

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id238" = "int H=1000*60*60;

float hourPF = new Float(hourPrice);

BigDecimal sum = 0;

int hourCount = 0;

int interventionCount = 0;

workExecutions.each { work ->

  if( work.state !=
fr.into.services.model.impl.CalendarEntry.TaskStatus.UNEXECUTED ) {

    int time = Math.ceil((work.workEnd.time - work.workStart.time)/H);

    hourCount += time;

    sum+=hourPF*time

    sum += 6;

    interventionCount++;

  }

}

System.out.println( "hour count: "+ hourCount +" intervention count: "+
interventionCount);

result=new BigDecimal(sum);"

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id157_pickerDimension" = ""

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:salaryTaskTable::scrollPosition" = ""

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::selected" = ","

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id200" = ""

13:39:20,171 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id164_pickerDimension" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,171 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id152_pickerDimension" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id59" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule_last_clicked_y" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id53" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id20" = "richmond"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id164" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id48_pickerDimension" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id195" = "WEEK"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id194" = "1"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workStart" = "16:52:00"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::widths" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet::widths" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::scrollPosition" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "jsf_tree" = "j_id1:j_id16"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id48" = "07.01.2008"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:salaryTaskTable::selected" = ","

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id43" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id187" = "true"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id73" = "MONTHLY"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTabGroup::activeIndex" = "1"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "jsf_viewid" = "/contract/contract.xhtml"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id75::activeIndex" = "0"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::widths" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::scrollPosition" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule" = ""

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page::form-action" = "page"

13:39:20,187 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule_last_clicked_date" = ""

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,187 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id53_pickerDimension" = ""

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:formulaParamsSheet::scrollPosition" = ""

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page::form-clientDimension" = "1487;821"

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :RESTORE_VIEW 1 Time=1199968760203

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :RESTORE_VIEW 1 Time=1199968760203

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase RESTORE_VIEW 1 needs 0 milliseconds

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 1 and 2: 0 milliseconds

13:39:20,203 INFO  [STDOUT] 2008-01-10 13:39:20,203 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :APPLY_REQUEST_VALUES 2 Time=1199968760203

13:39:20,296 INFO  [STDOUT] 2008-01-10 13:39:20,281 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name =
'MenuRenderer' suffix = '' key = 'null'

13:39:20,296 INFO  [STDOUT] 2008-01-10 13:39:20,296 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for MenuRenderer. Please check you
configuration.

13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'

13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
Please check you configuration.

13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :APPLY_REQUEST_VALUES 2 Time=1199968760406

13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase APPLY_REQUEST_VALUES 2 needs 203 milliseconds

13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 2 and 3: 0 milliseconds

13:39:20,406 INFO  [STDOUT] 2008-01-10 13:39:20,406 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :PROCESS_VALIDATIONS 3 Time=1199968760406

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name =
'MenuRenderer' suffix = '' key = 'null'

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for MenuRenderer. Please check you
configuration.

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :PROCESS_VALIDATIONS 3 Time=1199968760453

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase PROCESS_VALIDATIONS 3 needs 47 milliseconds

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 3 and 4: 0 milliseconds

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :UPDATE_MODEL_VALUES 4 Time=1199968760453

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :UPDATE_MODEL_VALUES 4 Time=1199968760453

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase UPDATE_MODEL_VALUES 4 needs 0 milliseconds

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 4 and 5: 0 milliseconds

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :INVOKE_APPLICATION 5 Time=1199968760453

13:39:20,453 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :INVOKE_APPLICATION 5 Time=1199968760453

13:39:20,468 INFO  [STDOUT] 2008-01-10 13:39:20,453 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase INVOKE_APPLICATION 5 needs 0 milliseconds

13:39:20,468 INFO  [STDOUT] 2008-01-10 13:39:20,468 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
Time between phases 5 and 6: 15 milliseconds

13:39:20,468 INFO  [STDOUT] 2008-01-10 13:39:20,468 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
Before Phase :RENDER_RESPONSE 6 Time=1199968760468

13:39:20,687 INFO  [STDOUT] 2008-01-10 13:39:20,687 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'

13:39:20,687 INFO  [STDOUT] 2008-01-10 13:39:20,687 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
Please check you configuration.

13:39:20,703 INFO  [STDOUT] 2008-01-10 13:39:20,703 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'property' name =
'into-i' suffix = '' key = 'today'

13:39:20,703 INFO  [STDOUT] 2008-01-10 13:39:20,703 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'property' name =
'into-i' suffix = '' key = 'today'

13:39:20,781 INFO  [STDOUT] 2008-01-10 13:39:20,781 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'

13:39:20,796 INFO  [STDOUT] 2008-01-10 13:39:20,781 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
Please check you configuration.

13:39:20,890 INFO  [STDOUT] 2008-01-10 13:39:20,890 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'

13:39:20,890 INFO  [STDOUT] 2008-01-10 13:39:20,890 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
Please check you configuration.

13:39:20,937 INFO  [STDOUT] 2008-01-10 13:39:20,937 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'

13:39:20,937 INFO  [STDOUT] 2008-01-10 13:39:20,937 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
Please check you configuration.

13:39:20,968 INFO  [STDOUT] 2008-01-10 13:39:20,968 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getPaths(265) -
Path not found, and no fallback. Using empty string.

resourceDirs = '[skins, org/apache/myfaces/tobago/renderkit]' contentType =
'html' theme = 'richmond' browser = 'msie_7_0' subDir = 'tag' name = '
org.apache.myfaces.ScheduleRenderer' suffix = '' key = 'null'

13:39:20,984 INFO  [STDOUT] 2008-01-10 13:39:20,968 [http-127.0.0.1-8080-2]
ERROR org.apache.myfaces.tobago.context.ResourceManagerImpl.getRenderer(348)
- Don't find any RendererClass for org.apache.myfaces.ScheduleRenderer.
Please check you configuration.

13:39:20,984 INFO  [STDOUT] 2008-01-10 13:39:20,984 [http-127.0.0.1-8080-2]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
After Phase :RENDER_RESPONSE 6 Time=1199968760984

13:39:20,984 INFO  [STDOUT] 2008-01-10 13:39:20,984 [http-127.0.0.1-8080-2]
DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
Phase RENDER_RESPONSE 6 needs 516 milliseconds

13:39:20,984 INFO  [STDOUT] 2008-01-10 13:39:20,984 [http-127.0.0.1-8080-2]
INFO  org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(65) -
Total response time : 781 milliseconds

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 225. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 227. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 231. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 233. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 237. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 239. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 243. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 245. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

13:39:21,000 INFO  [STDOUT] 2008-01-10 13:39:21,000 [http-127.0.0.1-8080-2]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 249. Surroundings: '\" href=\"#\" onfocus=\"tobago'.





2008/1/10, Volker Weber <v....@inexso.de>:
>
> Hi Zied,
>
> if a ajax request times out nothing (except maybe a error message)
> happens.
>
> If a ajax request receives a  non ajax response, which can happen
> after a session timeout, or a exception on the server, than a full
> reload is done via a "traditional" request.
>
> Also a "traditional" request is done if the ajax response "request"
> this (code 309), which happens if a new component tree needs to
> render. (In case of navigation: action outcome != null).
>
>
> Regards,
>    Volker
>
> 2008/1/10, Zied Hamdi <ja...@gmail.com>:
> > Hi,
> >
> > I'm trying to debug what happens in my app after a click on a link with
> > partial rendering. The problem is that sth like 2 seconds after the
> first
> > request, another request is posted (and that one seems to be not partial
> > because the result is different). I suppose that when an ajax request
> times
> > out, you send a "traditional" request. How is it possible to disable
> this
> > feature?
> >
> > Regards,
> > Zied
>
>
> --
> inexso - information exchange solutions GmbH
> Bismarckstraße 13      | 26122 Oldenburg
> Tel.: +49 441 4082 356 |
> FAX:  +49 441 4082 355 | www.inexso.de
>



-- 
Zied Hamdi
zatreex.sourceforge.net

Re: [tobago] renderedPartially sends the request two times

Posted by Volker Weber <v....@inexso.de>.
Hi Zied,

if a ajax request times out nothing (except maybe a error message) happens.

If a ajax request receives a  non ajax response, which can happen
after a session timeout, or a exception on the server, than a full
reload is done via a "traditional" request.

Also a "traditional" request is done if the ajax response "request"
this (code 309), which happens if a new component tree needs to
render. (In case of navigation: action outcome != null).


Regards,
    Volker

2008/1/10, Zied Hamdi <ja...@gmail.com>:
> Hi,
>
> I'm trying to debug what happens in my app after a click on a link with
> partial rendering. The problem is that sth like 2 seconds after the first
> request, another request is posted (and that one seems to be not partial
> because the result is different). I suppose that when an ajax request times
> out, you send a "traditional" request. How is it possible to disable this
> feature?
>
> Regards,
> Zied


-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13      | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX:  +49 441 4082 355 | www.inexso.de