"Wang, Eugene" <[EMAIL PROTECTED]> writes: > > 4)built both classes in C:\jetspeed\ $ first then copied the classes files > > to c:\tomcat\webapps\jetspeed\$
Just some quickie check for you to do: make sure that the complete path for both files are: c:\tomcat\webapps\jetspeed\WEB-INF\classes\com\corio\portal\portlets\PassthruHTMLPortlet.class and c:\tomcat\webapps\jetspeed\WEB-INF\classes\com\corio\modules\actions\portlets\PassthruHTMLAction.class > > <classname>com.corio.portal.portlets.PassthruHTMLPortlet</classname> > > <parameter name="template" value="passthru" hidden="false"/> > > <parameter name="action" value="portlets.PassthruHTMLAction" > > hidden="false"/> I think if you change the name of both files to PassthruHTML.java, then you don't need to specify the action parameter. Jetspeed will auto-infer that if the portlet is com.corio.portal.portlets.PassthruHTML, then the action is com.corio.modules.actions.PassthruHTML. YS. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
