hi guys,

is it just me or the gridtext sample (below) from
http://www.openlaszlo.org/lps-latest/docs/reference/index.html?view.html

is not working...

Richard

-------------------

<canvas height="600" width="500">
  <dataset name="myData" src=""/>

    <tabs x="10">
        <tabpane selected="true"  >List Of Accounts
            <view name="accountsTable">
                <grid datapath="myData:/accounts">
                    <gridtext editable="false"
                    datapath="@firstName">First Name</gridtext>
                </grid>
            </view>
    </tabpane>
    </tabs>

</canvas>

Reply via email to