[
https://issues.apache.org/struts/browse/WW-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45096#action_45096
]
Philip Luppens commented on WW-2903:
------------------------------------
I think he means 'if I debug the JSP' ..
Then again, myasic, a better (more correct) approach would be to check the code
(or the stack, for all that matters) to see if a double call is indeed
happening, rather than using a JSP debugger.
> 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.