If you make a method in your page class

public String monthlyBill(Integer index) {
    return monthlyBill[index];
}

I think you can this in the tml file


<t:textfield t:id="jan" size="3" value="monthlyBill(0)"/> 





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Binding-an-array-and-accessing-elements-of-that-array-in-a-template-tp5716045p5716046.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to