posted 19 years ago
Well you probably don't want to get into the realms of parsing the tag content, simply just execute the body by calling the invoke(null) method.
You can always set attributes in the tag and access them within the body tag - this is quite useful for looping in a similar way to c:forEach tags, for example (some paging function I wrote in the past)
If you need additional checks like catch blocks, use them to wrap around your custom tag or wrap riskly operation within the body.
[ September 07, 2005: Message edited by: Daniel Rhoades ]
Drinking more tea is the key...