Problem publishing/subcribing events with dojo and struts

2008-10-28 Thread Sergio Sánchez González
I'm using struts and dojo. My code works fine until I change the struts namespace. These are my actions: pages/expedient/Expedient.jsp pages/expedient/ExpedientList.jsp

Re: Problem publishing/subcribing events with dojo and struts

2008-10-28 Thread Musachy Barroso
Make sure that you updated the url tags(add or change namespace) used to build the url for the ajax request, in this case "viewLinesUrl". musachy On Tue, Oct 28, 2008 at 12:28 PM, Sergio Sánchez González < [EMAIL PROTECTED]> wrote: > I'm using struts and dojo. My code works fine until I change t

Re: Problem publishing/subcribing events with dojo and struts

2008-10-29 Thread Sergio Sánchez González
Thanks in advance for the feedback. It's changed but doesn't work. This is the url tag and the link in the ExpedientList.jsp View All Messages And this is the div which receives the data in the Expedient.jsp:

Re: Problem publishing/subcribing events with dojo and struts

2008-10-29 Thread Musachy Barroso
Overall it is not a good idea to link an anchor and a div and make it both "ajax"-enabled. You can either publish a topic on the anchor and listen to it on the div (without targets in the anchor), or make the div plain, and use targets in the anchor. musachy On Wed, Oct 29, 2008 at 5:45 AM, Sergi