Re: Connecting s:autocompleter and s:div

2008-04-04 Thread manishbel
Thanks for the response Musachy, The problem still persists. i went ahead and tried to follow one of the examples on struts showcase A div that will listen to events to refresh and start/stop autoupdate. the result was the same. I also tried by copying the whole example into my application.

Re: Connecting s:autocompleter and s:div

2008-04-04 Thread Musachy Barroso
Could you post a minimal example of your jsp? musachy On Fri, Apr 4, 2008 at 11:06 AM, manishbel [EMAIL PROTECTED] wrote: Thanks for the response Musachy, The problem still persists. i went ahead and tried to follow one of the examples on struts showcase A div that will listen to

connecting s:autocompleter and s:div

2008-04-03 Thread manishbel
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

Re: Connecting s:autocompleter and s:div

2008-04-03 Thread Musachy Barroso
The problem is that the notify topics are published multiple times (before request, after request and on error). A parameter is passed to the topic listener indicating when the topic is fired. Search the archives for examples (dojo.event.topic.subscribe), also look at the ajax examples on