Hi,
I’m doing portlet development and I noticed that that portlet tags are not
swallowed properly. I.e.:
<a href="<portlet:renderURL>
<portlet:param name="action" value="listMessages"/>
<portlet:param name="folder" value="inbox"/>
</portlet:renderURL>" style="border-left: 1px solid black">Inbox</a>
shows up as
" style="border-left: 1px solid black">Inbox
in both the JSP visual designer and the Web 2.0 browser.