You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Tim Koop <ti...@timkoop.com> on 2012/04/25 19:15:45 UTC

Dynamic forms

I'm making a way for the user to create a dynamic form, with their own 
defined fields.

But how can I do this with Tapestry, since it links the form fields with 
Java variables?  I can't create dynamic variables.

Any ideas?  Thanks.

Tim Koop
tim@timkoop.com <ma...@timkoop.com>
www.timkoop.com <http://www.timkoop.com>

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


Re: Dynamic forms

Posted by Lance Java <la...@googlemail.com>.
BeanEditForm and BeanEditor both accept a BeanModel parameter. You will
need to implement a custom BeanModel which is likely based on config stored
in a database

Re: Dynamic forms

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 25 Apr 2012 15:00:36 -0300, trsvax <tr...@gmail.com> wrote:

> http://tapestry.1045711.n5.nabble.com/writer-writeRaw-String-text-td5601234.html#a5601626

For more examples, search the mailing list archives for implementing your  
own BeanModel and PropertyConduit.

-- 
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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Dynamic forms

Posted by trsvax <tr...@gmail.com>.
http://tapestry.1045711.n5.nabble.com/writer-writeRaw-String-text-td5601234.html#a5601626

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Dynamic-forms-tp5665475p5665566.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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