posted 16 years ago
I have UserDomain class corresponding to table user_domain and having fields userId and domainId.
In a function I have following code:
When I run this code, passing questionId and doaminId as arguments to the function, I am getting exception
java.lang.ClassCastException: java.lang.String
at this line:
What can be the reason for this exception?
Thanks in advance
[ May 19, 2008: Message edited by: Pranav Pal ]
[ May 19, 2008: Message edited by: Pranav Pal ]
[ May 19, 2008: Message edited by: Pranav Pal ]