I want to create anchor tags in my form template that contain widget values like the following:

<a href="nextpage?id=/<ft:widget id='uid'/>/" />

This produces the following error:

The value of attribute "href" associated with an element type "a" must not contain the '<' character

Is there a way to do this within the template itself of do I need to add an xslt transform and use <xsl:attribute>?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to