how to use annotation @renderMode(name="custom")
-------------------------------------------------
Key: PLUTO-604
URL: https://issues.apache.org/jira/browse/PLUTO-604
Project: Pluto
Issue Type: Bug
Affects Versions: 2.0.2
Environment: eclipse3.6 + mvn + tomcat6 + pluto2.0.2
Reporter: cmd
ref doc:
http://us.apachecon.com/presentation/materials/0000/0048/ApacheConUS2008-S15-JSR-286.pdf
and how to invoke the mothod over this annotation
my test :
1.portlet code:
@renderMode(name="clipboard")
void renderClipboardMode(RenderRequest request, RenderResponse response).....
2.and jsp
<portlet:renderURL var="pu2" >
<portlet:param name="javax.portlet.render" value="clipboard" /> //???but
it did not invoke renderClipboardMode method ,it still invoke doView method
<portlet:param name="mark" value="testparam1"/>
</portlet:renderURL>
<A href="<%=pu2%>">enter:clipboard page </A>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.