Po Ki Chui ha scritto:
Hi all,

I wonder if Magnolia EE 3.5.8 is capable to cache URL with parameters (i.e. http://example.com/index.html?param=test). Your answer is appreciated.

Of course...
You can read parameters like any JSP pages.

http://example.com/index.html?param=test

<%= request.getParameter("param") %>

I don't exactly know if Magnolia already provide some API to read parameters as well... anyway, look at the javadoc :-)

Matteo





Thanks,
Po Ki

----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to