Though I'm not new to taglib creation but I am confused as to how we can use an existing tag definition within my own custom tag?
I am writing a taglib to encapsulate a
jsp code snippet which is used regularly within jsp files. But that snippet contains other
struts tag like , etc.
I have to encapsulate all of this in one single custom tag.
Is it possible that I can make use of struts taglib classes directly or what else?
Please suggest how I should proceed.