Read Chapter 40. Building Data-Driven Applications of Openlaszlo Developers Guide
http://www.openlaszlo.org/lps4/docs/developers/data_app.html#d0e101195 there, you can found good examples. On Mon, Apr 7, 2008 at 3:53 PM, Justin Stanczak <[EMAIL PROTECTED]> wrote: > I don't understand how to use a datapointer to sync two list, but have > the second list display the multiple child nodes of that first lists > selected node. Or if there is a better method to do this? Here's an > example http://www.cars.com/go/index.jsp. You see how they select a > make and it loads up the models. It's pretty basic stuff but I don't > understand how to do it in Laszlo. I'm very new to Laszlo. > > On Mon, Apr 7, 2008 at 3:53 PM, Camilo Aguilar <[EMAIL PROTECTED]> > wrote: > > hugh ? what is your question ? > > > > > > > > On Mon, Apr 7, 2008 at 12:57 AM, Justin Stanczak <[EMAIL PROTECTED]> > wrote: > > > I'm attempting to create two lists that work off of one dataset. I > have a > > list with majors that displays in the first list and a second list the > > displays dates for the selected major in the first list. Similar when > you > > select a make the model for a car. > > > > > > Data would look like this: > > > > > > <major> > > > <date></date> > > > <date></date> > > > <date></date> > > > </major> > > > <major> > > > <date></date> > > > </major> > > > <major> > > > <date></date> > > > <date></date> > > > </major> > > > > > > > > > -- > > > "All that is necessary for the triumph of evil is that good men do > > nothing." - Edmund Burke > > > > > > > > -- > "All that is necessary for the triumph of evil is that good men do > nothing." - Edmund Burke >
