should i specify datapointer's datapath attribute like this, or the xpath attribute? Bec. the error occurs while tring to set the xpath attribute. Maybe xpath="local:classroot.mylid DataSet" is valid as well. i'll try out it, thanks a lot
Regards 2009/12/7 Sebastian Wagner <[email protected]> > hi, > > yes there was this special syntax to adress those local-datasets: > > datapath="local:classroot.myDataSet" > > Don't remember which example exactly did show that in the docs. > > Sebastian > > 2009/12/6 cem sonmez <[email protected]> > > hi >> i have a dataset and a datapointer like : >> >> <dataset name="datasetLogin"> >> <person> >> <firstname>cem</firstname> >> <lastname>sonmez</lastname> >> </person> >> </dataset> >> >> <datapointer name="datapointerLogin" xpath="datasetLogin:/"/> >> >> my problem is that : >> when i create "datasetLogin" in the file which includes *canvas* tag, >> everyhing goes fine. >> But when i write the same dataset in another class file, compiler tries to >> find the dataset like : canvas.datasets['datasetLogin' ]. >> Can't we create datasets in the classes except canvas file ? >> -- >> Cem SONMEZ >> > > > > -- > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.laszlo-forum.de > [email protected] > -- Cem SONMEZ
