Here is my code:
<% request.setAttribute(\"lcItem\", \"Hello\"); %>
If I do as following, I\'m not getting the value:
This works perfectly..
<% request.setAttribute("lcItem", LeftContentItem); %>
Note: According to the Scope we use we should specify the #request .. etc