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)