Re: Read Only Field in BeanEditForm

2010-05-28 Thread abangkis
ah... thanks thiago. That would work. Cheers, Abangkis On Sat, May 29, 2010 at 12:51 AM, Thiago H. de Paula Figueiredo wrote: > On Fri, 28 May 2010 14:24:45 -0300, abangkis wrote: > >> Hello, > > Hi! > >> is there any property to set a field in beaneditform to read only ? > > Not without over

Re: Read Only Field in BeanEditForm

2010-05-28 Thread Thiago H. de Paula Figueiredo
On Fri, 28 May 2010 14:24:45 -0300, abangkis wrote: Hello, Hi! is there any property to set a field in beaneditform to read only ? Not without overriding the block that renders the field i.e. using o . -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate

Read Only Field in BeanEditForm

2010-05-28 Thread abangkis
Hello, is there any property to set a field in beaneditform to read only ? I'm creating a page that edit my object, but i didn't want some field to be changed by the user. For now i'm creating a bean display and bean edit form in the same page. then excluding the read only field from the beanedit