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
public class Teste {
private BeanTeste bt;
public Teste () {
this.bt = new BeanTeste();
}
getBt(); { .. }
setBt(BeanTest bt) { .. }
}
you can use the value property:
--
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
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
-