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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]