Hi, Can anyone advise on how to call a jsp tag as a parameter to another jsp tag:
For example: (this is completely hypothetical but matches my case) <test:example name="abc" title="123" property="example"/> Now in the property element I Want to call another tag which is already written which returns me the string required for example <title:renderTitle/> So it would look like <test:example name="abc" title="123" property="<title:renderTitle/>"/> However I don't know how to add the second tag Any one know? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]