request="false" didn't change anything.

My gut feeling is there is something wring with class... but I can't prove it.

I got this warning, that's all I got with the simple example using the submit tag.
How cna it be possible to have warning in submit class itself ?

DEBUG SHOW :
WARNING: base/submit.lzx:80: call to undefined method 'setQueryString'
WARNING: base/submit.lzx:81: call to undefined method 'doRequest'

SOURCE CODE IS :
<library>
<class closeable="true" extends="window" name="PetCreate3" resizable="true" title="quick add a pet">
    <dataset name="thedataset" request="false" type="http" src="">
    <form>
    <submit name="submitter" data="">
        <view layout="axis: x; spacing: 5" width="${parent.parent.width}">
            <text name="entryDatelabel" text="entryDate" y="1"/>
            <edittext resizable="true" name="entryDate" y="2" width="${parent.width - (this.x + 50 )}" />
        </view>
        <view layout="axis: x; spacing: 5" width="${parent.parent.width}">
            <text name="namelabel" text="name" y="1"/>
            <edittext resizable="true" name="name" y="2" width="${parent.width - (this.x + 50 )}" />
        </view>
        <view layout="axis: x; spacing: 5" width="${parent.parent.width}">
            <text name="sexlabel" text="sex" y="1"/>
            <edittext resizable="true" name="sex" y="2" width="${parent.width - (this.x + 50 )}" />
        </view>
        <view layout="axis: x; spacing: 5">
            <button isdefault="true" >
        </view>
    </form>
</class>
</library>

This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

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

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to