<VIEW LAYOUT>
   public class Teste {
      private BeanTeste bt;

      public Teste () {
         this.bt = new BeanTeste();
      }

        getBt(); { .. }
        setBt(BeanTest bt) { .. }


   }


you can use the value property:

<input t:type="textfield" t:id="name" value="bt.name" size="50" maxlength="50" 
/>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to