On Wed, Apr 22, 2009 at 9:47 AM, kk4Nabble <kavya....@gmail.com> wrote:
> So suppose we have 20 fields in entity class will it displays everything one
> below the other?
>
> What is to be done to have firstname and last name in same row?

In this case, maybe you are better served by not using BeanEditForm or
using BeanEditor excluding these fields from it and adding them to
your HTML by hand.

> I am not able to override this class.
> I changed DIV.t-beaneditor LABEL and DIV.t-beaneditor
> But did not know how to change this?

Take a look at the generated HTML. The label and input elements are
surrounded by a div with class t-beaneditor-row, so you have to
override div.t-beaneditor-row.

-- 
Thiago

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

Reply via email to