Hi all. How do you get values from an appended url string using JSTL?
For example:
redirect.jsp?pageid=23
-how would i get that value?
Thanks.
Solved:
I just accessed it in the same way i would access elements submitted by a form (i.e. by the name e.g. ${param.pageid})
:$