Re: +BubbleButton does not update chart when javascript enabled

2009-02-20 Thread Tomas Hlavaty
Hi Alex, > I pasted it into "app/role.l", changed 'it' to 'usr', '+It' to '+User' > and (choIt ..) to (choDlg ..), and it works just fine. I found it works with the standard deployment with httpGate but does not work for me when running behind a web server (nginx). Everything seems to be working

Re: +BubbleButton does not update chart when javascript enabled

2009-02-20 Thread Tomas Hlavaty
Hi Alex, it looks like it should not be getting 1 T 0 from the server but only T. Not sure why is that... Could you please describe the form.js protocol briefly? Thank you, Tomas -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: +BubbleButton does not update chart when javascript enabled

2009-02-20 Thread Alexander Burger
Hi Tomas, > it looks like it should not be getting 1 T 0 from the server but only > T. Not sure why is that... Could you please describe the form.js > protocol briefly? To be precise, that message is "1^M^JT^M^J0^M^J^M" (see line 154 of "lib/form.l"). It is just an explicit formulation of the t

Re: +BubbleButton does not update chart when javascript enabled

2009-02-20 Thread Tomas Hlavaty
Hi Alex, > To be precise, that message is "1^M^JT^M^J0^M^J^M" (see line 154 of > "lib/form.l"). It is just an explicit formulation of the token "T" in > chunked encoding. It could as well be (ht:Out T (prin T)). I see, so it looks like some kind of mismatch between chunked and non-chunked mode us