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.