You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by manishbel <ma...@yahoo.com> on 2008/04/03 18:24:11 UTC

connecting s:autocompleter and s:div

Hello,

I wish to connect the s:autocompleter and s:div so that when the value in
autocompleter changes i need to refresh the div content to retrieve its
values.

here the code that i currently have 

<s:div cssClass="formcontainer" href="%{EmailDistributionList_Load}"
theme="ajax" listenTopics="distributionListNameChange" autoStart="false"
formId="EmailDistributionList" >

<s:autocompleter name="emailDistributionList.distributionListName"
keyName="emailDistributionList.id"
			list="emailDistributionLists"  listKey="id"
			listValue="distributionListName" searchType="substring" 
notifyTopics="distributionListNameChange" theme="ajax" /> 

this cuases the div to load over again and again.

Thanks
Manish

-- 
View this message in context: http://www.nabble.com/connecting-s%3Aautocompleter-and-s%3Adiv-tp16467799p16467799.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org