You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Wes Wannemacher (JIRA)" <ji...@apache.org> on 2009/04/16 18:42:06 UTC

[jira] Closed: (WW-2903) double call to calculate value in label tag

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

Wes Wannemacher closed WW-2903.
-------------------------------

    Resolution: Incomplete

myasic, it's been a few months and we haven't seen the test case you mentioned. When you are able to create one, feel free to reopen this issue.

> double call to calculate value in label tag
> -------------------------------------------
>
>                 Key: WW-2903
>                 URL: https://issues.apache.org/struts/browse/WW-2903
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.0.14
>         Environment: windows XP  /  Tomcat 6
>            Reporter: myasic
>
> I use label tag to show the result of a method of the current action like this : 
> <s:label value="%{getLabelApplication('code1')}" />
> My current action contain this method : 
> 	public String getLabelApplication(final String p_keyApp) {
> 		return "test";
> 	}
> If a debug jsp rendering, i find two call to the getLabelApplication method.
> There  must be a mistake in label tag.

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