On Tue, 28 Feb 2012 09:48:51 -0300, Tapbeg <egn...@hotmail.com> wrote:

Hi!

Firstly, sorry for my English... I hope you understand me...

I'm doing a project about form management (such as fill, delete...). When
user wants to fill a form, has to select one from an available list of
forms. Depending on selection, form will have different number of fields
(fields are taken from DB and each field is a bean, so I suppose that can't use beaneditform).

Isn't there a class which represents the database rows? If not, I humbly think you should. You can always use BeanEditor/BeanEditForm. Depending on what you're doing, you just need to write more code. I've never tried, but I think it's possible, not even hard, to create a BeanModel implementation based on JDBC metadata.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to