Re: [T5.4] Dynamic Forms

2015-01-12 Thread Thiago H de Paula Figueiredo
On Mon, 12 Jan 2015 11:49:35 -0200, Thilo Tanner wrote: Hi Thiago, Hi! Thanks a lot for your prompt feedback! I will try to use the BeanEditor by contributing new property editors. :) ;) I also thought about looping through the map entries and use the delegate component for the diff

Re: [T5.4] Dynamic Forms

2015-01-12 Thread Thilo Tanner
Hi Thiago, Thanks a lot for your prompt feedback! I will try to use the BeanEditor by contributing new property editors. I also thought about looping through the map entries and use the delegate component for the different field types. Let's see. Best, Thilo -- Thilo Tanner IT Development Lea

Re: [T5.4] Dynamic Forms

2015-01-12 Thread Thiago H de Paula Figueiredo
On Mon, 12 Jan 2015 09:46:12 -0200, Thilo Tanner wrote: Is it possible to generate a dynamic form containing each of the parameters by loading a form fragment based on the given type? BeanEditor/BeanEditModel already do that. See section Adding New Property Editors in http://tapestry.apa

Re: [T5.4] Dynamic Forms

2015-01-12 Thread Thiago H de Paula Figueiredo
On Mon, 12 Jan 2015 09:46:12 -0200, Thilo Tanner wrote: Hi all, Hi! I'm currently working on a report generation tool (using JasperReports in the background). The reports will consist of multiple components. Beside having "static" parameters, I will need runtime parameters shared acr

[T5.4] Dynamic Forms

2015-01-12 Thread Thilo Tanner
Hi all, I'm currently working on a report generation tool (using JasperReports in the background). The reports will consist of multiple components. Beside having "static" parameters, I will need runtime parameters shared across the different components. The challenge I'm facing now, is to creat