PDA

View Full Version : Datapath: where to put replication="lazy"


tspratt
02-13-2004, 08:44 PM
Since datapath inherits form its parent, it is possible to have multiple datapath specifications. If I wanted to pull datapath out into its own tag, in order to specify replication="lazy", which datapath specification would I use?

I was going to use the list component as an example, but it furnishes its own "dataoption" attribute, which works fine.

But I would still like to understand the theory.
Tracy

antun
02-16-2004, 10:42 AM
I think that:


<datapath replication="lazy" />


... might work. But the compiler might demand that a datapath is set. If it does not work, let me konw.

-Antun