On Thu, 01 Nov 2012 18:51:31 -0200, Kalle Korhonen <kalle.o.korho...@gmail.com> wrote:

http://jumpstart.doublenegative.com.au/jumpstart/examples/input/morecontroledit1/1
(BeanEditForm is comprised BeanEditor component and buttons)

Yep. Almost everything done by BeanEditForm is actually done by BeanEditor. I don't even use BeanEditForm myself, jsut BeanEditor. Here's the actual BeanEditForm template in T5.1.0.4 (it's probably still the same in T5.3.6):

<form t:id="form"
      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
    <t:errors/>

    <div class="t-beaneditor">

<t:beaneditor t:id="editor" object="object" model="model" overrides="this"/>

        <div class="t-beaneditor-row">
<input type="submit" class="t-beaneditor-submit" value="${submitLabel}"/>
        </div>
    </div>

</form>

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to