You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by GitBox <gi...@apache.org> on 2021/07/01 07:10:58 UTC

[GitHub] [struts] yasserzamani commented on a change in pull request #492: [WW-5132] [WW-5123] labelposition - cherry-pick

yasserzamani commented on a change in pull request #492:
URL: https://github.com/apache/struts/pull/492#discussion_r662036628



##########
File path: core/src/main/java/org/apache/struts2/components/UIBean.java
##########
@@ -689,7 +689,9 @@ public void evaluateParams() {
         }
 
         if (labelPosition != null) {
-            addParameter("labelposition", findString(labelPosition));
+            String labelPosition = findString(this.labelPosition);
+            addParameter("labelposition", labelPosition);

Review comment:
       Not sure but I think not required anymore as all usages in all ftl files are removed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@struts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org