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 to have each <put> section (may we say "node of a tile"?) display independent data. I do not want a bunch of <definition>s that each wrap one <put>, but it seems this is the only answer. Am I wrong? If not, why can't a controller be assigned in the <put> tag? TIA ,boz

