Hi,
i have this template: hi $name
and have a entity bean:
public class Person {
private String name;
public String getName() { return name; }
public void setName(String name) { this.name = name;}
}
how to use an instance of Person? Thanks,
A.C.
--
View this message in context:
http://www.nabble.com/template-and-bean-tp14904556p14904556.html
Sent from the Velocity - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]