[ 
https://issues.apache.org/struts/browse/WW-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45097#action_45097
 ] 

myasic commented on WW-2903:
----------------------------

In fact "debug jsp rendering" means that i add a breakpoint into my method 
"getLabelApplication" and
saw that two calls are made during jsp rendering.


> 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.

Reply via email to