In my JSP, I have the following exception while populating drop down value.
........
<option value="Mr">MR</option>
<option value="Doctor[ServletException "/web-inf/pages/account.jsp"] An exception occured while trying to convert String "EN" to type "Java.lang.long"
.......
The value that i have passed is “Doctor of Philoshopy”
Please help me to resolve this.
You are trying to make
LongObjectfrom"EN"Stringit is exceptional thing so it has been thrown. 🙂Post code so that I can explain you more