| Author |
getting Problem In Spring
|
arif aghariya
Greenhorn
Joined: Apr 29, 2012
Posts: 6
|
|
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
|
 |
Ninad Kulkarni
Ranch Hand
Joined: Aug 31, 2007
Posts: 774
|
|
Hi Arif,
The information provided is insufficient and difficult to understand the problem. I didn't understand what exactly you want. Please provide all details like why you want to use result.jsp etc.
|
SCJP 5.0 - JavaRanch FAQ - Java Beginners FAQ - SCJP FAQ - SCJP Mock Tests - Tutorial - JavaSE7 - JavaEE6 -Generics FAQ - JLS - JVM Spec - Java FAQs - Smart Questions
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
|
What version of Spring are you using? Can you post your controller and relevant pieces of you JSP? Please UseCodeTags when you do so.
|
[How To Ask Questions][Read before you PM me]
|
 |
 |
|
|
subject: getting Problem In Spring
|
|
|