If I make a form using beaneditform , how do I change the name of the field
of the form. e.g
class Truck{
    private int id;
    private int truckNumberVO;
    //getters and setters
}

<t:beaneditform submitlabel="Create" object="truck" />
I want the field/label name of truckNumberVO to be shown as "Truck Number"

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Change-Name-tp4851582p4851582.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