Hi friend currently i m working on Spring.
I have one Problem In that. I m making Custome Binding for
EmployeeID, AS Emp_Code(
String) Emp_No(integer) , I have Created On Class
EmpId
{
String Emp_Code;
int Emp_No;
}
EmployeeLogin
{
EmpId empid;
String password;
}
I have also created Binder Class for Binding. and one Controller class.Its Working fine.
But the problem is when i call result.Jsp i only can get Value Of EmployeeLogin Attribute. and getting null value for EmpId attribute.So please help me.... I want to print empId. Becoz in EmployeeLogin empid it print Something Disgusting Value