Hello,

I would like to restrict the use of tag libraries to a certain context within my script. For example, I want to ensure that the following structure is maintained:

<element1 xmlns="com.yadda.Yadda"> <!-- no taglibs allowed here -->
<element2 xmlns:j="jelly:core" xmlns:log="jelly:log">
<j:something/>
.....
</mytags:element2>
</mytags:element1>

can this be done rightaway, without hacking the Jelly core classes?

thanks
Christian


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

Reply via email to