[Laszlo-checkins] r10105 - openlaszlo/trunk/lps/components/lz

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Fri Jun 27 20:06:23 PDT 2008


Author: jcrowley
Date: 2008-06-27 20:06:16 -0700 (Fri, 27 Jun 2008)
New Revision: 10105

Modified:
   openlaszlo/trunk/lps/components/lz/form.lzx
Log:
Change 20080627-laszlo-4 by laszlo at T43-L3XEXMW on 2008-06-27 18:40:38 EDT
    in /home/laszlo/src/svn/openlaszlo/trunk-liquid
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: refguide. <form> page. Example's submit button does nothing

New Features:

Bugs Fixed: LPP-6204 - refguide. <form> page. Example's submit button does nothing

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

Documentation:

Release Notes:

Details: Changed a relative path to an absolute one.

Tests: Build the reference guide, and check out the
    form example.  It should now actually work when
    you hit "submit".
    
    (I can't build the docs since I'm on Windows, but
    this got it to work when I made the example its
    own LZX file and ran it, so I'm assuming it'll also
    work in the actual example when docs are built.)



Modified: openlaszlo/trunk/lps/components/lz/form.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/form.lzx	2008-06-28 02:31:48 UTC (rev 10104)
+++ openlaszlo/trunk/lps/components/lz/form.lzx	2008-06-28 03:06:16 UTC (rev 10105)
@@ -148,7 +148,7 @@
 
             <example>
               &lt;canvas height="200"&gt;
-              &lt;dataset name="echoer" src="http:../../examples/components/echo.jsp" /&gt;
+              &lt;dataset name="echoer" type="http" src="/@WEBAPP@/examples/components/echo.jsp" /&gt;
               &lt;window id="win" &gt;
               &lt;form&gt;
               &lt;submit name="survey" data="${echoer}"/&gt;



More information about the Laszlo-checkins mailing list