I have a web form working great for a long time using Scriptlets and Bean in
Tomcat 6.0.20.
Now I would like to eliminate the Scriptlets and use EL instead.
Please advise how I can get the below radio input to work with EL in my
JSP. All my attempts are not working.
Bean that worked with the Scriptlet:
JSP works with Bean and Scriptlets:
My attempt to use EL instead of Scriptlet does not work with any of the below attempts. None of my EL attempts show any checked value or the check shows up only at the last radio button only.