I 'm not sure it's refferring to the text attribute, normally I get a "text not allowed here" message when I've managed to put something illegal outside the XML structure somewhere.... like the following: Perhaps check over line 206 and see if you can spot something like that.
<blah> </blah>whoops Henry Minsky wrote: > What version of the system are you using? > > I don't see that warning when I compile your test case in our current > development branch, I will need to try it in a release branch I guess. > > > On 6/21/06, *Andrew Chandler* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Based on some of the forum posts I went looking into lzc - > apparently the batch files presume a full scale openlazlo > installation not the minimal servlet. However the following > command line (takign into account actual paths) seems > promising. I am puzzled by an error it produces though since > the page it calls out about displays just fine in the laszlo app > when compiled by the serverlet. > > /vdisk/miles/dc8/jre/bin/java > -DLPS_HOME="/vdisk/miles/dc8/tomcat/webapps/visionaeldatacollector" > > -Djava.ext.dirs=/vdisk/miles/dc8/tomcat/webapps/visionaeldatacollector/WEB-INF/lib > org.openlaszlo.compiler.Main ./utilities.lzx > license.lzx:206:31: text not allowed here > > License.lzx happens to be a library thats included - it actually > provides a tab in the overall utilitiies app. > If the line number can be believed its this control: > > <button text="OK"> > > <method event="onclick" > > > invalidLicenseDialog.close(); > > LzFocus.setFocus(lic_idtxt); > > </method> > > </button> > > > > > > Why would it not like "text" - even the laszlo ide property editor > thinks text is what would be the appropriate thing here. > > > _______________________________________________ > Laszlo-user mailing list > [email protected] <mailto:[email protected]> > http://www.openlaszlo.org/mailman/listinfo/laszlo-user > > > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > ------------------------------------------------------------------------ > > _______________________________________________ > Laszlo-user mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-user > _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
