1 Reply Latest reply on Apr 7, 2006 11:25 AM by liudan2005

    Using seam with myfaces ajax components.

      Hi all,

      I have tried to use myfaces inputSuggestAjax componet and is not working.

      Is working fine without seam.

      Please help me.

      Thanks very much,

      Cristi

        • 1. Re: Using seam with myfaces ajax components.
          liudan2005

          I've got the same problem when using tomahawk inputSuggestAjax.
          I have this in my jsf page:

           <s:inputSuggestAjax suggestedItemsMethod="#{inputSuggestAjax.getItems}" styleLocation="" maxSuggestedItems="5" />
          


          But I got this error:
          xxx.InputSuggestAjaxBean$$EnhancerByCGLIB$$268b7473, property: getItems
          


          getItems is a method name, but it seems the render treats it as a property. Any idea?