Hi,

Thanks for you answers.

I check and There is no "case-sentive" problem.

Below are jar files used:
portal-bridges-struts-1.2.7-1.0.1.jar
portal-bridges-common-1.0.jar
struts-1.2.7.jar

Can I put portal-bridges-struts-1.2.7-1.0.1.jar in tomcat/shared/lib or It
must be in myWebApp/WEB-INF/lib?

I had a controller:
<controller processorClass="
com.bupa.fwk.applite.action.BupaRequestProcessor" className="
com.bupa.fwk.applite.config.BupaControllerConfig">
<!-- The input parameter on "action" elements is the name of a -->
<!-- local or global "forward" rather than a module-relative-path -->
<set-property property="inputForward" value="true"/>
</controller>

that i replaced by
    <controller pagePattern="$M$P" inputForward="false" processorClass="
org.apache.portals.bridges.struts.PortletRequestProcessor"/>

Thanks again for your help.

Regards,
KT.

Reply via email to