Hi all I use some assets in my (test) application. As I don't want to polute the html file, I declare my assets and the bindings in the page file, like this : <page-specification> <asset name="image" path="path1"/> <asset name="over" path="path2"/> <component id="testRollover" type="Rollover"> <binding name="image" value="asset:image"/> <binding name="mouseOver" value="asset:over"/> </component> </page-specification>
Path* being like "/images/image.gif". Is there a way no to have to declare each asset separetly from the parameters binding ? Something like, for example : <binding name="mouseOver" value="asset:literal:/images/image.gid"/>. Thanks in advance for your help ZedroS