Return-Path: X-Original-To: apmail-tapestry-dev-archive@www.apache.org Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B8FD1077A for ; Thu, 31 Oct 2013 18:25:17 +0000 (UTC) Received: (qmail 95400 invoked by uid 500); 31 Oct 2013 18:25:17 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 95361 invoked by uid 500); 31 Oct 2013 18:25:17 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 95352 invoked by uid 99); 31 Oct 2013 18:25:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 18:25:17 +0000 Date: Thu, 31 Oct 2013 18:25:17 +0000 (UTC) From: "Thiago H. de Paula Figueiredo (JIRA)" To: commits@tapestry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAP5-2208) BeanEditForm doesn't generate form-group DIVs with block parameters 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/TAP5-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810524#comment-13810524 ] Thiago H. de Paula Figueiredo commented on TAP5-2208: ----------------------------------------------------- Changing back to bug. This ticket has a history, it was created as a bug, its title mentions a bug, it was closed as invalid due to not being a bug, so, if you want an improvement, please create another ticket. > BeanEditForm doesn't generate form-group DIVs with block parameters > ------------------------------------------------------------------- > > Key: TAP5-2208 > URL: https://issues.apache.org/jira/browse/TAP5-2208 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.4 > Reporter: Lenny Primak > > When using BeanEditForm with block parameters, i.e. > {{{ > > > > > Create Text Record? > > t:id="CreateTextRecord" value="rr.createTextRecord" /> > > > }}} > div class=form-group is the proper boostrap markup, > but it's not being generated. > When block parameters are not used, the form-group DIVs > are generated correctly -- This message was sent by Atlassian JIRA (v6.1#6144)