[Glass] How to remote debug exceptions caused by seaside rendering?

Paul DeBruicker via Glass glass at lists.gemtalksystems.com
Mon Apr 27 16:00:40 PDT 2015


GLASS mailing list wrote
>             window.location.href =
> settings.url.split("?")[0].replace("help","");


This line has something that is specific to my app, but also harmless for
others.  A more general version would be

window.location.href = settings.url.split("?")[0];

Which cuts off query terms of the url so the request starts up Seaside's
#initialRequest: processing.  



--
View this message in context: http://forum.world.st/Glass-How-to-remote-debug-exceptions-caused-by-seaside-rendering-tp4821668p4822307.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list