Hi,
I am having a problem with a view using struts that I can't figure out... I have a controller that sets an attribute for example: request.setAttribute("pageSize", _pageSize); In my view if I use JSTL like <c:out value="${pageSize}"/>, everything is fine and it gets output. But if I want to use that same EL expression in a custom tag it doesn't work. So for example I have <cust:custom value="${pageSize}"/> this doesn't work. Anyone have any ideas? Thank you very much, Felix