Change 20080314-hqm-U by [EMAIL PROTECTED] on 2008-03-14 15:01:36 EDT
    in /Users/hqm/openlaszlo/trunk4
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: add warning for method in a state

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:

add a "forbiddenElements" directive to the schema parser/verifier, and
make "method" a forbidden child of a <state> (or subclass of <state>) tag.


Tests:

compiling this should generate a warning

<canvas width="100%" height="80%" debug="true">
<view name="foo">
  <dragstate>
     <view/>
     <method name="foo">
     </method>
  </dragstate>
</view>
</canvas>


Files:
M      WEB-INF/lps/schema/lfc.lzx
M      WEB-INF/lps/server/src/org/openlaszlo/compiler/ViewSchema.java
M      WEB-INF/lps/server/src/org/openlaszlo/compiler/ClassModel.java

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080314-hqm-U.tar

Reply via email to