Re: Mapping Bean For View Layout

2009-01-14 Thread Gutemberg A. Da Silva
hi guy, thanks for your help. 2009/1/14 Harald Geritzer > >> public class Teste { >> private BeanTeste bt; >> >> public Teste () { >> this.bt = new BeanTeste(); >> } >> > >getBt(); { .. } >setBt(BeanTest bt) { .. } > > >} >> > > > you can use t

Re: Mapping Bean For View Layout

2009-01-14 Thread Harald Geritzer
public class Teste { private BeanTeste bt; public Teste () { this.bt = new BeanTeste(); } getBt(); { .. } setBt(BeanTest bt) { .. } } you can use the value property: --

Re: Mapping Bean For View Layout

2009-01-14 Thread Gutemberg A. Da Silva
when I say "view layout", I wanna say "view tie". I wanna acess one atribut of the bean across of class of tml. 2009/1/14 Thiago HP > On Wed, Jan 14, 2009 at 11:24 AM, Gutemberg A. Da Silva > wrote: > > how do I map 'bean' using the view layout? > > What do you mean by view layout? > By the way

Re: Mapping Bean For View Layout

2009-01-14 Thread Thiago HP
On Wed, Jan 14, 2009 at 11:24 AM, Gutemberg A. Da Silva wrote: > how do I map 'bean' using the view layout? What do you mean by view layout? By the way, take a look at the Tapestry forms tutorial: http://tapestry.apache.org/tapestry5/tutorial1/forms.html -- Thiago -