You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2017/10/23 12:18:00 UTC

[jira] [Resolved] (WW-4882) Struts text tag doesn't print value from Stack

     [ https://issues.apache.org/jira/browse/WW-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-4882.
-------------------------------
    Resolution: Not A Problem

Please set {{searchValueStack}} to {{true}}

http://struts.apache.org/tag-developers/text-tag.html

> Struts text tag doesn't print value from Stack
> ----------------------------------------------
>
>                 Key: WW-4882
>                 URL: https://issues.apache.org/jira/browse/WW-4882
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.5.12, 2.5.13
>            Reporter: Prasann Grampurohit
>             Fix For: 2.5.14
>
>         Attachments: TestStruts.zip
>
>
> Hi,
> We are upgrading Struts from 2.3.x version to 2.5.12 or 2.5.13 and I see that the text tag doesn't print the value from the stack. I have created a sample web project and ed the same on this Jira to demonstrate the issue.
> I have 2 statements in _testStruts.jsp_:
> _<s:property value = "myName"/>_ - Doesn't print the value set in action TestStrutsAction.java. I see in debug mode that the control is coming to the method getMyName() in the action and the value that I have set is present.
> _<s:property value = "myName"/>_ - Prints the value set in the action.
> Could you please look into this and tell me if any config is missing?
> Thanks,
> Prasann



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)