Re: Error in prototype.js

2007-05-25 Thread Atis
Hi, I found some old unfinished topic, and i'm having the same problems. I did, and i find it quite easy and reliable to send e simple text message. In the portofolio.js, the datas are retrieved from HTML document, if i understood. What i want to do is send datas from an XML files loaded thanks

Re: Error in prototype.js

2007-04-20 Thread alex-party
Error in prototype.js ? I've found a solution! You may read my article : http://www.skybyte.net/articles/prototype.js/ And here is a PATCH! Function.prototype.bind = function() { var __method = this, args = $A(arguments), object = args.shift(); return function() { if(type

Re: Error in prototype.js

2007-03-30 Thread didyeah971
cand i handle the received message with DOM ? >> 2) Is the prototype.js error a bug or a it's caused by an error in my >> own >> script ? >> >> Thx for help... >> Did >> > > > -- View this message in context: http://www.nabble.com/Error-in-prototype.js-tf3486346s2354.html#a9750528 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error in prototype.js

2007-03-29 Thread Adrian Co
Have you tried looking at the portfolio.js and chat.js in activemq-web-demo? It might help you. didyeah971 wrote: Hi, I am posting this message one more time, because the error still occurs. I am triyin to send an xml file via the ajax client, it seems to be published on the topic, and well rec

Error in prototype.js

2007-03-29 Thread didyeah971
ntext: http://www.nabble.com/Error-in-prototype.js-tf3486346s2354.html#a9733247 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Error in prototype.js

2007-03-27 Thread didyeah971
sage in context: http://www.nabble.com/Error-in-prototype.js-tf3473795s2354.html#a9694772 Sent from the ActiveMQ - User mailing list archive at Nabble.com.