Problems with styleclass for tab
I have a tabset with several tabs.
I want to add an image over the tab.
There is no 'image' property, so I attempted to use the 'styleclass' property.
I added a styleclass to the default stylesheet.css file.
When I select the 'styleclass' property for the tab, I see a list of style classes, including the one I created.
I select the desired styleclass and I get mixed results.
In some cases, the styleclass retains the name, but in most cases it returns to a blank field.
The styleclass field in the jsp page contains the styleclass selected, but
when I display the page, I see the image only for the single tab that retained the styleclass name in the IDE.
Is there a workaround for this behavior?

