JSTL Custom Tag for request Object

90 Views Asked by At

I have task as the jsp request object attributes need to customized. like request.setAttribute("userName"); We need to get userName using JSTL and it should be customized. i need to do it through JSTL. we should not use request object. Is it possile through custom JSTL.

0

There are 0 best solutions below