You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/12/16 02:17:33 UTC

[42/50] git commit: Ensure that error messages appear in the correct place

Ensure that error messages appear in the correct place


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/969acaa8
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/969acaa8
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/969acaa8

Branch: refs/heads/master
Commit: 969acaa839be65e22b19a1c6a87e058e8ff36c5b
Parents: 9147995
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Dec 3 10:02:06 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Dec 3 10:02:06 2012 -0800

----------------------------------------------------------------------
 .../tapestry5/corelib/components/Palette.tml       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/969acaa8/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml b/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml
index 1042188..0935cc8 100644
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml
@@ -48,4 +48,5 @@
         </select>
     </div>
     <div class="t-palette-spacer"/>
+    <p class="help-block" data-error-block-for="${clientId}"/>
 </div>