Date of Birth:<form:input id="dateOfBirth" path=".dateOfBirth"/>
public class Patient extends User {
...
private Date dateOfBirth;
/**
* @param dateOfBirth the dateOfBirth to set
*/
public void setDateOfBirth(Date dateOfBirth) {
this.dateOfBirth = dateOfBirth;
}
/**
* @return the dateOfBirth
*/
public Date getDateOfBirth() {
return dateOfBirth;
}
}
Main Topics
Browse All Topics





by: dravidnsrPosted on 2009-11-03 at 05:28:23ID: 25728662
can u put that code ...
<form:input path="" />
and bean defination ??