param : implicit EL (Expression Language) object in JSP
- by coffy
What if I have URL like: servlet.jsp?myparam=myvalue
These 2 ELs should return output "myvalue" , but I actually don't understand why?:
${param.values["myparam"]["0"]}
${param.values.myparam[0]}