2008/4/1, Pedro Herrera <[EMAIL PROTECTED]>: > > ok. The list is filled within dojo req (and others) in the action(struts2) > isn“t ? No sounds good to me. Is there other way to put a different head > for specific pages ?
The attributes can be filled in the Tiles definition files:
<put-list-attribute name="items">
<add-attribute value="dojo.parser" />
<add-attribute value="dijit.form.ComboBox" />
</put-list-attribute>
BTW, did you read the link that I gave you?
Antonio
