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 2007/12/14 13:49:53 UTC

[tobago] (Re: [tomahawk] shedule doesn't call model.setSelectedEntry(ScheduleEntry selectedEntry))

Sorry this seams to be a tobago problem :
org.apache.myfaces.tobago.component.UIPage.markSubmittedForm(FacesContext
facesContext)  calls facesContext.renderResponse() if no "tobago" action is
set (line 200). I think the schedule action attribute sends its own request
param that is not interepreted by tobago as an action. This needs further
looking, but this is my first impression.

This happens directly in the Apply request values phase:

FacesContextImpl.renderResponse() line: 400

UIPage.markSubmittedForm(FacesContext) line: 200

UIPage.processDecodes(FacesContext) line: 138

UIViewRoot(UIComponentBase).processDecodes(FacesContext) line: 1001

UIViewRoot(UIViewRoot).processDecodes(FacesContext) line: 493

Any idea on a workaround? (do I have to declare a hidden input with the
expected action name?, maybe I should modify UIPage to extend its behaviour
to schedule also) what do you think Volker?



12:40:11,984 INFO  [STDOUT] 2007-12-14 12:40:11,984 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id134_pickerDimension" = ""

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,015 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workEnd" = "18:49:00"

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:j_id74_pickerDimension" = ""

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id176" = "WEEK"

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id175" = "1"

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id126_pickerDimension" = ""

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id121_pickerDimension" = ""

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:j_id67_pickerDimension" = ""

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::selected" = ","

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:selectMode" = "3"

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:workStart" = "15:30:00"

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::selected" = ","

12:40:12,031 INFO  [STDOUT] 2007-12-14 12:40:12,031 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:j_id74_pickerDimension" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:j_id77" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:workEnd" = "17:00:00"

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:j_id74" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:j_id77" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id168" = "result  = new BigDecimal( 5 );"

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule_last_clicked_y" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:j_id74" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id20" = "richmond"

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id134" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workStart" = "18:49:00"

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::widths" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTable::scrollPosition" = ""

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "jsf_tree" = "j_id3:j_id8"

12:40:12,046 INFO  [STDOUT] 2007-12-14 12:40:12,046 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:j_id67" = "26.11.2007"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id49" = "MONTHLY"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id47_pickerDimension" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id47" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:1:j_id67" = "28.11.2007"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable::scrollPosition" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id42_pickerDimension" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id126" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id42" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id154" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable::widths" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:workTaskTabGroup::activeIndex" = "0"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "jsf_viewid" = "/contract/contract.xhtml"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id121" = "26.11.2007"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::widths" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable::selected" = ","

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:workStart" = "18:49:00"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id25::scrollPosition" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule" = "1015813"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:workEnd" = "18:49:00"

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page::form-action" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:schedule_last_clicked_date" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:taskTableSubview:workTaskTable:0:j_id67_pickerDimension" = ""

12:40:12,062 INFO  [STDOUT] 2007-12-14 12:40:12,062 [http-127.0.0.1-8080-4]
TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(97) -
Param : "page:j_id57::activeIndex" = "0"


2007/12/14, Zied Hamdi <ja...@gmail.com>:
>
> Hi,
>
> Sorry for spamming, looking further to the problem, I noticed that the
> phase is cut after APPLY_REQUEST_VALUES. I didn't notice that because I
> don't have any message displayed in my page.
>
> In fact AbstractScheduleRenderer.decode() calls schedule.setSubmittedEntry
> (entry); with the correct value and creates an event to be processed in
> the INVOKE_App phase, but somewhere (I don't know where) the process si
> shortcut and the response is returned without specifying any error message.
> This happens on entry selection.
>
> Here's my log, can you help me find where the interruption occurs, I don't
> have any advanced JSF experience.
>
>
> 09:39:03,296 INFO [STDOUT] 2007-12-14 09:39:03,296 [http-127.0.0.1-8080-2]
> TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :RESTORE_VIEW 1 Time=1197621543296
>
> 09:39:03,359 INFO [STDOUT] 2007-12-14 09:39:03,359 [http-127.0.0.1-8080-2]
> TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
> After Phase :RESTORE_VIEW 1 Time=1197621543359
>
> 09:39:03,359 INFO [STDOUT] 2007-12-14 09:39:03,359 [http-127.0.0.1-8080-2]
> DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
> Phase RESTORE_VIEW 1 needs 63 milliseconds
>
> 09:39:03,359 INFO [STDOUT] 2007-12-14 09:39:03,359 [http-127.0.0.1-8080-2]
> DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
> Time between phases 1 and 2: 0 milliseconds
>
> 09:39:03,359 INFO [STDOUT] 2007-12-14 09:39:03,359 [http-127.0.0.1-8080-2]
> TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :APPLY_REQUEST_VALUES 2 Time=1197621543359
>
> 09:39:03,437 INFO [STDOUT] 2007-12-14 09:39:03,437 [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 = 'mozilla_5_0' subDir = 'tag' name =
> 'MenuRenderer' suffix = '' key = 'null'
>
> 09:39:03,437 INFO [STDOUT] 2007-12-14 09:39:03,437 [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.
>
> 09:39:03,562 INFO [STDOUT] 2007-12-14 09:39:03,562 [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 = 'mozilla_5_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer ' suffix = '' key = 'null'
>
> 09:39:03,578 INFO [STDOUT] 2007-12-14 09:39:03,578 [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.
>
> 09:39:05,234 INFO [STDOUT] 2007-12-14 09:39:05,234 [http-127.0.0.1-8080-2]
> TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
> After Phase :APPLY_REQUEST_VALUES 2 Time=1197621545234
>
> 09:39:05,234 INFO [STDOUT] 2007-12-14 09:39:05,234 [http-127.0.0.1-8080-2]
> DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
> Phase APPLY_REQUEST_VALUES 2 needs 1875 milliseconds
>
> 09:39:05,234 INFO [STDOUT] 2007-12-14 09:39:05,234 [http-127.0.0.1-8080-2]
> DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(113) -
> Time between phases 2 and 6: 0 milliseconds
>
> 09:39:05,234 INFO [STDOUT] 2007-12-14 09:39:05,234 [http-127.0.0.1-8080-2]
> TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.beforePhase(118) -
> Before Phase :RENDER_RESPONSE 6 Time=1197621545234
>
> 09:39:05,375 INFO [STDOUT] 2007-12-14 09:39:05,375 [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 = 'mozilla_5_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer ' suffix = '' key = 'null'
>
> 09:39:05,375 INFO [STDOUT] 2007-12-14 09:39:05,375 [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.
>
> 09:39:05,390 INFO [STDOUT] 2007-12-14 09:39:05,390 [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 = 'mozilla_5_0' subDir = 'property' name
> = 'into-i' suffix = '' key = 'today'
>
> 09:39:05,390 INFO [STDOUT] 2007-12-14 09:39:05,390 [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 = 'mozilla_5_0' subDir = 'property' name
> = 'into-i' suffix = '' key = 'today'
>
> 09:39:05,468 INFO [STDOUT] 2007-12-14 09:39:05,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 = 'mozilla_5_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer ' suffix = '' key = 'null'
>
> 09:39:05,468 INFO [STDOUT] 2007-12-14 09:39:05,468 [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.
>
> 09:39:05,531 INFO [STDOUT] 2007-12-14 09:39:05,531 [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 = 'mozilla_5_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer ' suffix = '' key = 'null'
>
> 09:39:05,531 INFO [STDOUT] 2007-12-14 09:39:05,531 [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.
>
> 09:39:05,625 INFO [STDOUT] 2007-12-14 09:39:05,625 [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 = 'mozilla_5_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer ' suffix = '' key = 'null'
>
> 09:39:05,640 INFO [STDOUT] 2007-12-14 09:39:05,625 [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.
>
> 09:39:05,703 INFO [STDOUT] 2007-12-14 09:39:05,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 = 'mozilla_5_0' subDir = 'tag' name = '
> org.apache.myfaces.ScheduleRenderer ' suffix = '' key = 'null'
>
> 09:39:05,703 INFO [STDOUT] 2007-12-14 09:39:05,703 [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.
>
> 09:39:05,765 INFO [STDOUT] 2007-12-14 09:39:05,765 [http-127.0.0.1-8080-2]
> TRACE org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(51) -
> After Phase :RENDER_RESPONSE 6 Time=1197621545765
>
> 09:39:05,765 INFO [STDOUT] 2007-12-14 09:39:05,765 [http-127.0.0.1-8080-2]
> DEBUG org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(58) -
> Phase RENDER_RESPONSE 6 needs 531 milliseconds
>
> 09:39:05,765 INFO [STDOUT] 2007-12-14 09:39:05,765 [http-127.0.0.1-8080-2]
> INFO org.apache.myfaces.tobago.util.DebugPhaseListener.afterPhase(65) -
> Total response time : 2469 milliseconds
>
>
>  2007/12/13, Zied Hamdi <ja...@gmail.com>:
> >
> > Hi again,
> >
> > A gmail shortcut sent the mail before I finish :-).
> >
> > So when I click on a schedule entry, I verify the javascript has
> > modified the hidden input (with the id given to the t:schedule), then I wait
> > in my model.setSelectedEntry(ScheduleEntry selectedEntry)   with a
> > breakpoint, this never happens, the page is reloaded but no selected entry
> > is set.
> >
> > The action attribute (if filled in) is not executed too.
> >
> > I also have on mouse overs lot of js errors uner firefox 2.0.0.11 but I
> > don't think it's the cause (no errors on mouse click):
> >  event is not defined
> >  domLib.js
> >  Line: 535
> >
> > Any suggestion will be appreciated.
> >
> > Regards,
> > Zied
> >
> >
> > 2007/12/13, Zied Hamdi <ja...@gmail.com>:
> > >
> > > Hi,
> > >
> > > I have a problem selecting
> > >
> > > --
> > > Zied Hamdi
> > > zatreex.sourceforge.net
> > >
> >
> >
> >
> > --
> > Zied Hamdi
> > zatreex.sourceforge.net
> >
>
>
>
> --
> Zied Hamdi
> zatreex.sourceforge.net
>



-- 
Zied Hamdi
zatreex.sourceforge.net