From issues-return-24054-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Fri Jun 27 11:48:27 2014 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 860D611A31 for ; Fri, 27 Jun 2014 11:48:27 +0000 (UTC) Received: (qmail 63840 invoked by uid 500); 27 Jun 2014 11:48:27 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 63814 invoked by uid 500); 27 Jun 2014 11:48:27 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 63799 invoked by uid 99); 27 Jun 2014 11:48:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 11:48:27 +0000 Date: Fri, 27 Jun 2014 11:48:27 +0000 (UTC) From: "Hudson (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4283) Improve labelposition attribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14045856#comment-14045856 ] Hudson commented on WW-4283: ---------------------------- SUCCESS: Integrated in Struts-JDK6-features #65 (See [https://builds.apache.org/job/Struts-JDK6-features/65/]) WW-4283 Extends label position of to propagate to elements (lukaszlenart: rev 5fb27ba7e75f501725ab65b96a31b2d3be98ce88) * core/src/main/resources/template/css_xhtml/reset.ftl * core/src/main/resources/template/css_xhtml/controlheader.ftl * core/src/main/resources/template/css_xhtml/checkbox.ftl * core/src/main/resources/template/css_xhtml/controlheader-core.ftl * core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-28.txt * core/src/main/resources/template/xhtml/checkbox.ftl * core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-27.txt * core/src/main/resources/template/css_xhtml/controlfooter.ftl * core/src/main/resources/template/css_xhtml/submit-close.ftl * core/src/test/java/org/apache/struts2/views/jsp/ui/FormTagTest.java * core/src/main/resources/template/xhtml/controlheader-core.ftl * core/src/main/resources/template/css_xhtml/submit.ftl > Improve labelposition attribute > ---------------------------------------- > > Key: WW-4283 > URL: https://issues.apache.org/jira/browse/WW-4283 > Project: Struts 2 > Issue Type: Improvement > Components: Plugin - Tags > Affects Versions: 2.3.16 > Reporter: Aleksandr Mashchenko > Assignee: Lukasz Lenart > Labels: patch > Fix For: 2.3.18 > > Attachments: form_labelposition.patch > > > Currently labelposition attribute is useless for tag. This patch will propagate labelposition to form elements in xhtml/css_xhtml themes. So if you want to define labelposition for all form elements there is no need to set it on each and every element of this form. The labelposition attribute value in concrete form element will take precedence over form labelposition value. -- This message was sent by Atlassian JIRA (v6.2#6252)