Sorry, Henry. Missed this somehow. You are right, I forgot about the JSP file.
I still have two question on the behavior: 1) When the canvas @debug is not set, the default value is "false". If a developer compiles the app using the "debugger" checkbox in the devconsole, the resulting SOLO app will not have the debugger enabled. 2) When canvas@debug="true", I get the following huge warning in red letters: "Note: your app has its canvas debug flag enabled, the Laszlo DHTML debugger curently does not work in a standalone widget deployment, continue?" That might be a bit confusing, since you can have the debugger window open in SOLO apps running in a desktop browser. What are your thoughts? On Fri, May 6, 2011 at 5:30 PM, <[email protected]> wrote: > Author: hqm > Date: 2011-05-06 08:30:03 -0700 (Fri, 06 May 2011) > New Revision: 19151 > > Modified: > openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp > Log: > Change hqm-20110506-LLd by [email protected] on 2011-05-06 11:19:18 EDT > in /Users/hqm/openlaszlo/trunk2 > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: fix typeo in solo dhtml jsp > > New Features: > > Bugs Fixed: > > Technical Reviewer: raju > QA Reviewer: (pending) > Doc Reviewer: (pending) > > Documentation: > > Release Notes: > > Overview: > > > Details: > > somehow we forgot to update the jsp when we added the debug arg to solo > deploy utils > > Tests: > > try to deploy a solo DHTML app, make sure no jsp error occurs > > > > > Modified: openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp > =================================================================== > --- openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp 2011-05-06 15:21:05 > UTC (rev 19150) > +++ openlaszlo/trunk/lps/admin/solo-dhtml-deploy.jsp 2011-05-06 15:30:03 > UTC (rev 19151) > @@ -232,7 +232,7 @@ > > // We need to adjust the wrapper, to make the path to > lps/includes/dhtml-embed.js > // be relative rather than absolute. > - wrapper = DeployUtils.adjustDHTMLWrapper(wrapper, > request.getContextPath(), appRuntime); > + wrapper = DeployUtils.adjustDHTMLWrapper(wrapper, > request.getContextPath(), appRuntime, canvasdebug); > > // debugging print > if (false) { > > > _______________________________________________ > Laszlo-checkins mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins >
