Need help regarding Bean Edit Form

2010-02-01 Thread Jagadesh Paladugula
Hi Everyon I have started using Tapestry5 recently in our project. I need help regarding Bean Edit Form. I have a use case where I want to show some fields in create mode and hide the same fields in edit mode (this just for an example). I have fulfilled the requirement with out use of Bean

Re: Need help regarding Bean Edit Form

2010-02-01 Thread Jagadesh Paladugula
help regarding Bean Edit Form. I have a use case where I want to show some fields in create mode and hide the same fields in edit mode (this just for an example). I have fulfilled the requirement with out use of Bean Edit Form, using standalone forms. But In my project I have lot of forms

Re: Need help regarding Bean Edit Form

2010-02-01 Thread Alexander Muthmann
Paladugula jagadeshpaladug...@gmail.com wrote: Hi Everyon I have started using Tapestry5 recently in our project. I need help regarding Bean Edit Form. I have a use case where I want to show some fields in create mode and hide the same fields in edit mode (this just for an example). I have

Re: Need help regarding Bean Edit Form

2010-02-01 Thread Jagadesh Paladugula
and enable in create mode Regards, Jagadesh On Mon, Feb 1, 2010 at 6:11 PM, Jagadesh Paladugula jagadeshpaladug...@gmail.com wrote: Hi Everyon I have started using Tapestry5 recently in our project. I need help regarding Bean Edit Form. I have a use case where I want to show some fields

Re: Need help regarding Bean Edit Form

2010-02-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Feb 2010 14:54:16 -0200, Jagadesh Paladugula jagadeshpaladug...@gmail.com wrote: But I couldn't find solution for Bean Edit Form customization for which I posted the query. Help me with a good example which solves a complex customization use case of Bean Edit Form. Provide the

Re: Need help regarding Bean Edit Form

2010-02-01 Thread Norman Franke
You can also override the element's editor by adding a t:parameter name=yourElementName and then conditionalizing whether to have an input field or a display field. I use this technique for editors that allow only some people to edit some fields. Norman Franke Answering Service for