Hi ,
am having a problem with displaytag and when i use the <portlet:renderURL> tag inside a display:column tag:
<display:column title="edit">
<a href="" name="action" value="editRss"/>
<portlet:param name="rss" value="${rssFeed.URL}"/>
</portlet:renderURL>">${rssFeed.URL}</a>
</display:column>
i get the following error:
.[localhost].[/coll].[jsp]] - <Servlet.service() for servlet jsp threw exception>
javax.servlet.jsp.JspException
: actionURL/renderURL Tag Exception: cannot write
to the output writer.
Has anyone had similar problems and how to solve it?
regards,
Javed

