Does anyone know how to make the form elements in a
JSP populate automatically? I am getting very sick of doing:
input type="text" name="text" value="<%= myvalue %>"
This is even uglier with select lists, those of you who have done this know what I mean.
Anyone got any ideas?
I have all the values when entering the JSP I just want to be able to do something easy to make the form populate with those values.
Thanks,
Jason