Finally managed to get it to work:

 

    <tag>

        <tag-name>tableSuggestAjax</tag-name>

        <component>

            <component-type>org.apache.myfaces.TableSuggestAjax</component-type>

            <renderer-type>org.apache.myfaces.TableSuggestAjax</renderer-type>

              <handler-class>InputSuggestAjaxComponentHandler</handler-class>

      </component>

    </tag>

    <tag>

        <tag-name>outputText</tag-name>

        <component>

            <component-type>org.apache.myfaces.HtmlOutputTextFor</component-type>

        </component>

    </tag>     

 

The handler class is as per:

http://wiki.java.net/bin/view/Projects/InputSuggestAjaxComponentHandler

 

I have committed this to wiki (http://wiki.java.net/bin/view/Projects/FaceletsTaglibsMyfacesSandbox). I don’t understand most of these stuff – please let me know if I got it wrong.

 

Cheers,

Yee

 


From: Yee CN [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 25, 2006 11:28 AM
To: 'MyFaces Discussion'
Subject: Help: need to get tableSuggestAjax to work for facelets

 

Hi,

 

I need to get tableSuggestAjax to work for facelets. Can someone please kindly post the taglib entry and/or TagHandler class? Or point me to some resources on how to create the TagHandler class etc?

 

Many thanks in advance.

 

Regards,

Yee

 

Reply via email to