I thought I was getting the hang of
JSP syntax, but I just don't know what's wrong here. I have a select drop-down thingie in my HTML that looks like this:
I have the form going back to the same page, and at the top I have the following JSP code:
It keeps printing out "method is null", and I don't know why! Obviously, I want it to say something like "method is ImportAddressesAuto", but I don't understand why the parameter is not getting set, or being reset to null.
Thanks for your help!