I look on example :
org.apache.portals.gems.file.FilePortlet
i modify that portlet and every time i get html page with binary content
i want see only binary content .
How i can do it ?
Modify this in pipelines.xml?
<bean id="fileServerValve"
class="org.apache.jetspeed.aggregator.FileServerValve"
init-method="initialize"
>
<!-- portlet -->
<constructor-arg
index="0"><value>demo::ContentViewer</value></constructor-arg>
<!-- entity -->
<constructor-arg
index="1"><value>public.content.21</value></constructor-arg>
</bean>
where i can found documentation for this ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]