jaguar schrieb:
> hai all,
> 
>        iam working on sand box components.  the command button action not
> working..i am getting this error please below my code.
>  javax.faces.FacesException: Unsupported component class
> org.apache.myfaces.custom.timednotifier.TimedNotifier
>  
> <h:outputText value="Timed notifier please wait a few seconds for the first
> dialog"></h:outputText>
>       <s:timedNotifier disabled="false" showDelay="3000" hideDelay="1000"
> confirmationMessage="5 minutes til timeout, press ok to click me away early"
> />
>       <s:timedNotifier showDelay="7000" hideDelay="2000">
>                               <f:facet name="content">
>                                       <h:panelGroup>
>                                               <f:verbatim>this confirm could 
> be </f:verbatim>
>                                               <h:outputFormat id="xxa" 
> value="having an action" />
>                                       </h:panelGroup>
>                               </f:facet>
>                               <f:facet name="confirm">
>                                       <h:panelGrid columns="1">
>                                               <h:commandButton id="myConfirm" 
> value="custom confirm" action="go"/>
>                                       </h:panelGrid>
>                               </f:facet>
>                       </s:timedNotifier> 
> 
> Thanks.. 
This looks like a configuration problem to me, which version of myfaces,
and tomhawk and the sandbox do you use?

The timed notifier should work:
http://wuerg.kicks-ass.net:8080/tomahawk-sandbox-examples/timedNotifier.jsf

(this is a build from yesterday using the current codebase)


Reply via email to