2 Replies Latest reply on Jun 30, 2008 5:13 AM by samdoyle

    Problem with s:span

    samdoyle

      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.