Re: [Tacos-devel] updateComponents in 4.0.1

2006-11-07 Thread edward pedersson
Thanks for replying Andy. My application is in a bit of a mess right now so I can't send you any useful code but I have reverted to the previous version and it works fine. I will attempt to upgrade again after I have had some time to tidy up and if it still does not work i will send you some sample

Re: [Tacos-devel] updateComponents in 4.0.1

2006-10-31 Thread andyhot
edward pedersson wrote: > Hi > > I have upgraded to 4.0.1 and my ajax requests are not updating all the > components. They worked just fine with the previous release and I have > not changed any code. I am using dojo 0.4 and maybe this may be the > reason. Here is what i get in the debug console

[Tacos-devel] updateComponents in 4.0.1

2006-10-31 Thread edward pedersson
Hi   I have upgraded to 4.0.1 and my ajax requests are not updating all the components. They worked just fine with the previous release and I have not changed any code. I am using dojo 0.4 and maybe this may be the reason. Here is what i get in the debug console   DEBUG: preProcessScripts id:scri

Re: [Tacos-devel] updateComponents

2006-08-17 Thread Murray Collingwood
Hi again There's nobody quite so committed to resolving my problems more than me! I was using @tacos:PartialFor as a loop around a collection of items. As each item was displayed I also used an @tacos:AjaxDirectLink to specify an update to a component within the item. This was obviously too

Re: [Tacos-devel] updateComponents

2006-08-16 Thread Murray Collingwood
Hi again I'm determined to resolve this and I (like others) are finding gaps in the documentation. I am using @tacos:PartialFor on my page (rightly or wrongly I don't know) however I went back to the documentation on this page; http://tacos.sourceforge.net/components/PartialFor.html The examp

Re: [Tacos-devel] updateComponents

2006-08-16 Thread Murray Collingwood
Hi Andy This is the source from MyList.html: This is the rendered page excert: In Firebug I can see the content of dojo.js. Below are lines 2712 - 2720 (beta3). In Firebug the console view lists my "GET http://. dojo.js (line 2715)" this might be valid but it seems suspicious tha

Re: [Tacos-devel] updateComponents

2006-08-15 Thread andyhot
Include dojo.js.uncompressed.js instead of dojo.js for the line numbers of errors to make sense. Also, do you have a anywhere in your code? Cause this is what you're currently trying to update / replace. >From Murray Collingwood <[EMAIL PROTECTED]>: > Hi Karthik > > I set isDebug to true and

Re: [Tacos-devel] updateComponents

2006-08-15 Thread Murray Collingwood
Hi Karthik I set isDebug to true and went to the same form again. It took me a couple of goes to find all of the text at the end of the page as I am using a dark background. Anyways, here it is. As you will see it's returning two responses, a scriptblock and jsincludes, and both of these

Re: [Tacos-devel] updateComponents

2006-08-15 Thread Karthik N
can you turn on debug for tacos as was earlier suggested in this discussion and see if it gives you more insight?On 8/16/06, Murray Collingwood < [EMAIL PROTECTED]> wrote:HelpI've been following this discussion with interest as I'm experiencing the same problem.  I have even downloaded Firefox and

Re: [Tacos-devel] updateComponents

2006-08-15 Thread Murray Collingwood
Help I've been following this discussion with interest as I'm experiencing the same problem. I have even downloaded Firefox and Firebug in order to find out what is happening. Similarly to Kevin if I right click and open the AjaxDirectLink in a new window the correct information is displayed

Re: [Tacos-devel] updateComponents

2006-08-14 Thread Frederic Barnabe
Hi Kevin,Try downloading the Firebug Firefox plugin.  It's really great for debugging Ajax requests.  It would have show you the error right away.FredOn 8/14/06, Kevin Fightmaster <[EMAIL PROTECTED]> wrote: My problem was a relaxed html coding style works great for browsers... but xml expects th

Re: [Tacos-devel] updateComponents

2006-08-14 Thread Kevin Fightmaster
My problem was a relaxed html coding style works great for browsers... but xml expects there to be an open and close tag or a . Since ajax requests use xml it saw the as an invalid tag since there was no closing tag. On 8/14/06, Karthik N <[EMAIL PROTECTED]> wrote: kevin,i'm also having some bi

Re: [Tacos-devel] updateComponents

2006-08-14 Thread Karthik N
kevin,i'm also having some bizzare experiences related to multiple request-responses.http://www.nabble.com/Tacos-BugAjaxSubmit-posts-all-the-AjaxLinkSubmits-before-it.-tf2090076.html somehow the feeling i got was that the @If and such other conditionals, cause multiple  requests to be fired.  i

Re: [Tacos-devel] updateComponents

2006-08-14 Thread Kevin Fightmaster
Alrightly final chapter in this Cluster F. It was all in the missing "/" in my tags. Thats what I get for slack htmling. I'm a bit rusty in disecting the debug info... first was an "INFO" log... then the exception "Invalid xml" then the debug of that exception ok i'm slow ;-). Well rewriti

Re: [Tacos-devel] updateComponents

2006-08-14 Thread Kevin Fightmaster
I did run dojo in DEBUG and viewed the following after clicking the link "[Edit:]" this appears to confirm that the right html is getting returned. Its just not getting refreshed on the screen. Just to give more detail into the page design these html elements to reside in a dojo ContentPane if that

Re: [Tacos-devel] updateComponents

2006-08-14 Thread Kevin Fightmaster
I've made both changes and neither seem to work. "tacos:Id" fails as a component. and [EMAIL PROTECTED] doesnt update after request. Some unique behavior that appear is if i just click on the link "[Edit:]" I can see calls to the java page but the screen doesnt refresh. If i write mouse click on th

Re: [Tacos-devel] updateComponents

2006-08-11 Thread andyhot
I've done this a lot of times - just like you describe... First, try or instead of Also, try to use a tool (FireBug) to capture the Ajax response and see what gets included there... >From Kevin Fightmaster <[EMAIL PROTECTED]>: > I wanted to know if the following is possible: > > Have an Aj

[Tacos-devel] updateComponents

2006-08-11 Thread Kevin Fightmaster
I wanted to know if the following is possible:   Have an AjaxDirectLink call a listener which sets a boolean attribute.     Then the binding "updateComponents" for the AjaxDirectLink identifies two 'If' components.     Each of the 'If' components has their condition set to check the boolean att