Hi, I've done a very simple test to see if displaytag 1.1 works with jetspeed 2.

I added a simple portlet.xml and rebuilt the displaytag-examples war.

<?xml version="1.0" encoding="UTF-8"?>
<portlet-app id="JSPsimplest" version="1.0">
  <portlet id="JSPSimplest">
    <portlet-name>JSPSimplest</portlet-name>
    <display-name>JSP Simplest Display Name</display-name>
    
<portlet-class>org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
    <init-param>
      <name>ViewPage</name>
      <value>/example-sorting.jsp</value>
    </init-param>
    <supports>
      <mime-type>text/html</mime-type>
      <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
      <title>JSP Simplest Title</title>
      <short-title>Simplest JSP Short Title</short-title>
    </portlet-info>
  </portlet>
</portlet-app>

The ViewPage specifies the jsp to load when the portlet is viewed. And
the page renders as a portlet. Great!

The only change I made to displaytag 1.1 is displaytag.properties
setting. And including the displaytag-portlet-1.1.jar

factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory

My difficulties arise when I try running an app using the struts
bridge for portals. Has anyone been successful with displaytag and the
struts bridge?

The error I get is ServletException: Implementing class

Thanks
-- 
Philip Donaghy
Apache Portals (portals.apache.org) PMC member
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to