I am trying to use the same tag on the same page:
<t:checkSecurity status="ah"/>
<t:checkSecurity status="ah2"/>
When I pritn out the contents of stuff I only see the second tag beign fired in doEndTag(). Any Reason?
Any clues out to re-use a custom tag?
<t:checkSecurity status="ah"/>
<t:checkSecurity status="ah2"/>
When I pritn out the contents of stuff I only see the second tag beign fired in doEndTag(). Any Reason?
Any clues out to re-use a custom tag?