I have portlet app which is using JSTL .. am converting the portlet app from using IBM API to use JSR 168. However I not getting the desired results for the JSTL tags.
I get the values in the JSP if i use <bean:write name="var1"/> but the JSTL tag <c ut value="${var1}"/> does not return any value .. checked all the configuration .. everything seems correct .. any inputs???