ah ok...
this is clearer now, I will start to look into the issue in a few hours
i am not sure if this is a bug, hold on for a few hours to
let me look into this issue asap.

Werner



jaguar schrieb:
> hai Werner Punz,
> Thnks for ur reply
> 
>  i am useing 
> myfaces-api-1.1.4.jar,tomahawk-1.1.5-SNAPSHOT.jar,tomahawk-sandbox-1.1.5-SNAPSHOT.jar
> ...
> actuval my problem is  the command button action is not working
> <h:commandButton id="myConfirm" value="custom confirm" action="nextpage"/>
> by clicking button action go to next page but its giveing error 
> 
> javax.faces.FacesException: Unsupported component class
> org.apache.myfaces.custom.timednotifier.TimedNotifier
> 
> Thanks...
> 
> 
> 
> 
>     
> 
> 
> Werner Punz wrote:
>> 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