Re: [Tiles] Whay can't a controller be assigned in the put tag?

2003-03-03 Thread Cedric Dumoulin
A Tiles controller is associated to the tile being inserted. The controllers are called when a tiles is inserted. They are declared in the insert tag, or in the definition tag which is used by insert. The put tag is used to specify an attribute which is passed to the insert. So, the

[Tiles] Whay can't a controller be assigned in the put tag?

2003-02-28 Thread jennings, christofer \BOZ\ j
I'm curious why Tiles controllers can't be assigned in the put tag. As far as I can tell, a controller can only be assigned at the level of definition or input, which means that the controller must know enough to format data for mutiple put sections of a page or tile. What I want, though, is