posted 8 years ago
This is a syntax error:
The url attribute of c:redirect should be a valid simple java.lang.String. c:redirect is like sendRedirect() of HttpServletResponse API
For Example:
The c:url tag is used to add encoding rules to the URL with c:param. This is equivalent to response.encodeURL()
Thanks,
Vijay