-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP02_FP01
-
None
-
Release Notes
It doesn't appear that s:span supports the title attribute is this a bug?
I was trying to do something like the following:
<s:span styleClass="someClass" title="#
{someExpression}">
...
</s:span>
In the above scenario the title is always empty even though it shouldn't be. Replacing it with a normal span behaves as expected.