G
G Peoples
I want to make a tag that composites other tags in my tag libary. So rather
than doing
<libary:tag1/>
<libary:tag2/>
<libary:tag3/>
<libary:tag4/>
<libary:tag5/>
I can just do
<libary:bigtag/>
What I'm wanting to know is the best way to do this. I was thinking about
having my bigtag just instantiate each of the other tags and call the
various methods, but it seems to me that the container should be doing this.
Any advice ?
than doing
<libary:tag1/>
<libary:tag2/>
<libary:tag3/>
<libary:tag4/>
<libary:tag5/>
I can just do
<libary:bigtag/>
What I'm wanting to know is the best way to do this. I was thinking about
having my bigtag just instantiate each of the other tags and call the
various methods, but it seems to me that the container should be doing this.
Any advice ?