Change 20080415-hqm-o by [EMAIL PROTECTED] on 2008-04-15 15:50:02 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add global id for top level static dataset

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:


Tests:

verify that all three datasets below have global id's compiled in to swf9

<canvas>
  <dataset name="foo" src="http:test.xml"/>
  <dataset name="bar" src="test.xml"/>
  <class name="mydata" extends="dataset">
    <handler name="ondata" args="d">
      Debug.write('got new data', d);
    </handler>
  </class>
  <mydata name="yahoo" src="http:test.xml"/>
</canvas>


Files:
M      WEB-INF/lps/server/src/org/openlaszlo/compiler/DataCompiler.java


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080415-hqm-o.tar

Reply via email to