Hi! why autocompleter doesn't display the list even if the listener is correctly called?

My cut & paste autocompleter is:

<component id="autoCompleter" type="tacos:Autocompleter" >
        <!--binding name="id" value="ognl:components.autoCompleter.id"/-->
        <binding name="displayName" value="literal:city" />
        <binding name="value" value="ognl:noteValue" />
        <binding name="listSource" value="ognl:searchCityList" />
        <binding name="listener" value="listener:searchCities" />
        <binding name="direct" value="ognl:true" />
        <!--binding name="parameters" value="literal:!" /-->
    </component>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to