Hi,
Is there any taglib that allows you to create a Map object in the
JSP page?
I am developing a web application using
Struts, and in order to pass multiple parameters in the request, I need to store all these paramaters and values in a Map object. The constraint is I can only use taglibs in the JSP page. Thank you.
Cheers,
Dien