
In Springs Velocity binding macros (or JSP taglibrary) what is the reference to “command”
By: a guest on
Feb 22nd, 2012 | syntax:
None | size: 0.14 KB | hits: 7 | expires: Never
public Person {
String firstname = null;
String lastname = null;
// ... getter & setters ...
}
#springBind("command.firstname")