Convert Spring MVC to HTML . It still won't print the value selected in drop down menu. – Faraz Aug 11 '15 at 20:49

  • @BalusC To be clear, I just want the value selected from the drop down menu to properly bind with an appropriate field in my bean. I can do it HTML way. There is a path attribute that I used to bind. Is there anything similar when I use JSTL? That was my original question and still is. Please Help! – Faraz Aug 11 '15 at 20:55
  • Just compare it to `${student.ec[0].estate}`? After all, it look much like you'd better take a step back and practice a bit more with JSP based on a decent book. – BalusC Aug 11 '15 at 21:54
  • @BalusC Hi. Your suggestion helped me. I read up on it and I successfully found a way to convert/include with . It was easy. I used path attribute as well. Here is the code: Select State: ${stateslist} I thought I would share what I found. – Faraz Aug 15 '15 at 08:53
  • 0 Answers0