If I have defined new radius tags in a custom behvaior and then
specify them on a page like this
<r:tag1 category=“test”>
<r:tag1:a />
<r:tag1:b />
</r:tag1>
What is the best way to give ‘tag1:a’ and ‘tag1:b’ the value of the
attribute category on the parent element, tag1 in the code so that I
can use the value “test” in the render of tag1:a and tag1:b?