Hello everybody !
Please help me if you can.
I want to use with facelets sanbox components:
  <s:inputSuggestAjax id="sdfsdf" maxSuggestedItems="15"
                                
suggestedItemsMethod="#{StsListDicAdapter.getL}" 
                                value="#{StsListDicAdapter.wstr}"/>
Also i added some changes to tomahawk.taglib.xml:
    <tag>
        <tag-name>inputSuggestAjax</tag-name>
        <component>
           
<component-type>org.apache.myfaces.custom.suggestajax.inputsuggestajax.InputSuggestAjaxTag</component-type>
        </component>
  </tag>
but error is:
2006-06-07 09:21:02,386 INFO  [STDOUT] 07.06.2006 9:21:02
com.sun.facelets.FaceletViewHandler handleRenderException
SEVERE: Error Rendering View[/mainMainfilter.jsp]
javax.el.ELException: /mainMainfilter.jsp: Bean:
sts.regions.data.StsListDicAdapter, property: getL
        at com.sun.facelets.compiler.UIText.encodeBegin(UIText.java:51)
        at
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:433)
        at
org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:216)

What I do wrong ? And what I must to do ?
With best regards Stanislav Zabudkin

--
View this message in context: 
http://www.nabble.com/sandbox-with-facelets-t1745618.html#a4744955
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to