You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Peter Triller (JIRA)" <ji...@apache.org> on 2009/10/05 00:37:50 UTC

[jira] Created: (WW-3277) text tag does not work properly inside a tag

text tag does not work properly inside a tag
--------------------------------------------

                 Key: WW-3277
                 URL: https://issues.apache.org/struts/browse/WW-3277
             Project: Struts 2
          Issue Type: Bug
         Environment: working 2.1.6 project upgraded to 2.1.8
            Reporter: Peter Triller


After the update
<s:text name="my.key" />
still works

but
<s:a href="myurl">
  <s:text name="my.key" />
</s:a>

gests silently discarded and no text is in the resulting html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.