You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Lenny Primak (JIRA)" <ji...@apache.org> on 2013/10/23 07:10:42 UTC

[jira] [Created] (TAP5-2208) BeanEditForm doesn't generate form-group DIVs with block parameters

Lenny Primak created TAP5-2208:
----------------------------------

             Summary: 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.

{{{
<t:beaneditform object="xxx">
                            <p:CreateTextRecord>
<!-- this DIV should be generated automatically
                                <div class="form-group">
-->
                                    <t:label id="lbCreateTextRecord" for="CreateTextRecord">
                                        Create Text Record?
                                    </t:label>
                                    <input t:type="CheckBox"
                                           t:id="CreateTextRecord" value="rr.createTextRecord" />
<!-- END form-group DIV
                                </div>
-->
                            </p: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)