You're right that it is coming from the web server response...
show_button is part of the built-in Pylons error debugging response.

So is this a Pylons bug?

On Feb 25, 11:14 pm, askel <[EMAIL PROTECTED]> wrote:
> Eric,
>
> Apparently, your javascript code is calling Element.update() with
> second argument that contains script tag with
> "show_button('extra_data_text', 'text version')" as its text. Most
> likely it is coming from Web server response to Ajax request.
>
> On Feb 26, 2:47 am, Eric Ongerth <[EMAIL PROTECTED]> wrote:
>
> > I searched for "show_button" and found no related posts, so here goes.
> > I frequently get the following error when working with my project,
> > using Firebug in Firefox:
>
> > show_button is not defined                      prototype.js(line 273)
>
> > and the following error content:
>
> > show_button is not defined
> > evalScripts("\n show_button('extra_data_text', 'text version')\n
> > ")prototype.js (line 272)
> > collect("\n show_button('extra_data_text', 'text version')\n ",
> > 5)prototype.js (line 486)
> > (no name)("\n show_button('extra_data_text', 'text version')\n
> > ")prototype.js (line 450)
> > _each(function())prototype.js (line 675)
> > each(function())prototype.js (line 449)
> > collect(function())prototype.js (line 485)
> > evalScripts()prototype.js (line 272)
> > (no name)()prototype.js (line 1358)
> > [Break on this error] },
>
> > Is this a bug in prototype, or something else that just appears like
> > one?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to