Facelets doesnt render sandbox component s:inputSuggestAjax

2007-02-26 Thread bansi

I am using Facelets 1.1.2 and tomahawk-sandbox 1.1.4
 
I figured out that Facelets were unable to render inputSuggestAjax
component. I further validated it by putting debugging statements in
suggestedItemsMethod
 
The control  never gets transfered to the method & doesnt print the
statements
 
Then i tried using inputSuggestAjax component inside a simple JSP page.
Guess what
The inputSuggestAjax component got rendered perfectly with a small clock
kind of thing to the extreme right of textbox whereas in case of Facelets it
is a plain textbox
 
Most importantly control got transfered to suggestedItemsMethod 
It also printed the statements  inside the method
 
Wondering is it really a problem with Facelets or is it i am doing something
wrong here
 
Regards
Bansi
 

-- 
View this message in context: 
http://www.nabble.com/Facelets-doesnt-render-sandbox-component-s%3AinputSuggestAjax-tf3297417.html#a9173089
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: Facelets doesnt render sandbox component s:inputSuggestAjax

2007-02-27 Thread Werner Punz
Something wrong, for every component used in facelets
you have to provide a taglib entry in the facelets taglib xmls...
check the myfaces wiki for further explanation on this

bansi schrieb:
> I am using Facelets 1.1.2 and tomahawk-sandbox 1.1.4
>  
> I figured out that Facelets were unable to render inputSuggestAjax
> component. I further validated it by putting debugging statements in
> suggestedItemsMethod
>  
> The control  never gets transfered to the method & doesnt print the
> statements
>  
> Then i tried using inputSuggestAjax component inside a simple JSP page.
> Guess what
> The inputSuggestAjax component got rendered perfectly with a small clock
> kind of thing to the extreme right of textbox whereas in case of Facelets it
> is a plain textbox
>  
> Most importantly control got transfered to suggestedItemsMethod 
> It also printed the statements  inside the method
>  
> Wondering is it really a problem with Facelets or is it i am doing something
> wrong here
>  
> Regards
> Bansi
>  
>