Displaying 1 result from an estimated 1 matches for "gi_error_row".
2006 May 16
7
RJS head scratcher
...y using RJS in a lot of our work lately, with no issues
whatsoever. However, I am porting an application to RJS templates that
we''ve had for a while, and having some issues.
When I use Firebug to see what is going on, the response comes back like
this:
try {
new Effect.Highlight("gi_error_row",{duration:20});
} catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''new
Effect.Highlight(\"gi_error_row\",{duration:20});''); throw e }
I know from looking at my working apps with RJS that the response should
not be wrapped in a try/cat...