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})
:$
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.