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]
- Re: [Jelly] restrict use of tag libraries Christian Sell
- Re: [Jelly] restrict use of tag libraries James Strachan
- Re: [Jelly] restrict use of tag libraries Christian Sell
- Re: [Jelly] restrict use of tag libraries Paul Libbrecht
- Re: [Jelly] restrict use of tag libraries Christian Sell
- Re: [Jelly] restrict use of tag libraries Paul Libbrecht
- Re: [Jelly] restrict use of tag libraries Christian Sell
- Re: [Jelly] restrict use of tag libraries James Strachan
- Re: [Jelly] restrict use of tag libraries Christian Sell
- Re: [Jelly] restrict use of tag libra... James Strachan
- Re: [Jelly] restrict use of tag l... Christian Sell
