Hi, What is the semantics of the following expression according to the JSP1.1 spec: <x:mytag index='<x:yourtag/>'/> Orion version 0.8.2 passes <x:yourtag/> as a text string to the setIndex method of the mytag tag handler class. So according to the Orion implementation tags cannot appear as attribute values. /Morten
