Change change.sdWjP4036.txt by [EMAIL PROTECTED] /home/hqm/src/svn/openlaszlo/branches/legals/WEB-INF/lps/ on 2006-08-31 16:17:00 EDT

Summary: pass canvas debug attribute info through to ResponderLFC via html template

New Features:

Bugs Fixed:LPP-2588

Technical Reviewer: ben
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
   
fix for LPP-2588 Putting debug=true on canvas in DHTML causes error when running in non-debug app

The computed canvas 'debug' attribute (computed via the canvas
attribute plus any request debug query args) needs to get passed out
to the wrapper HTML template generator, so that the request for the DHTML LFC
can know whether to deliver the debug or non-debug version.


Tests:

Run this app as foo.lzx?lzr=dhtml

<canvas debug="true">
  <text text="${'$debug='+$debug}"/>
</canvas>

It should come up without error in Firefox, saying $debug=true


Files:
M      server\src\org\openlaszlo\servlets\responders\ResponderLFC.java
M      server\src\org\openlaszlo\servlets\responders\ResponderHTML.java
M      server\src\org\openlaszlo\compiler\CanvasCompiler.java
M      server\src\org\openlaszlo\compiler\Canvas.java
M      templates\html-response.xslt



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Change change.sdWjP4036.txt by [EMAIL PROTECTED] 
/home/hqm/src/svn/openlaszlo/branches/legals/WEB-INF/lps/ on 2006-08-31 
16:17:00 EDT

Summary: pass canvas debug attribute info through to ResponderLFC via html 
template

New Features:

Bugs Fixed:LPP-2588

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    
fix for LPP-2588 Putting debug=true on canvas in DHTML causes error when 
running in non-debug app

The computed canvas 'debug' attribute (computed via the canvas
attribute plus any request debug query args) needs to get passed out
to the wrapper HTML template generator, so that the request for the DHTML LFC
can know whether to deliver the debug or non-debug version.


Tests:

Run this app as foo.lzx?lzr=dhtml

<canvas debug="true">
  <text text="${'$debug='+$debug}"/>
</canvas>

It should come up without error in Firefox, saying $debug=true


Files:
M      server\src\org\openlaszlo\servlets\responders\ResponderLFC.java
M      server\src\org\openlaszlo\servlets\responders\ResponderHTML.java
M      server\src\org\openlaszlo\compiler\CanvasCompiler.java
M      server\src\org\openlaszlo\compiler\Canvas.java
M      templates\html-response.xslt
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to