OK - this was teh solution to that problem:

From what I can see - the the Jetspeed-Container servlets param-value had to
be the same as the portlet-name/portlet-id.

It shows in the portlet now - but the actions do not work:

It shows:

*type* Status report

*message* */jetspeed/RAPSearch.do*

*description* *The requested resource (/myportal/RAPSearch.do) is not
available.*

**

Why is it searching /jetspeed/? - When running it as a webapp it runs fine -
this error only shows when running it in jetspeed.


*in struts-config:*
       <action input="/RAPSearch.jsp" name="RAPSearchBean" *
path="/RAPSearch"* scope="request" type="com.svvc.rap.RAPSearchAction"
validate="true">
           <forward name="success" path="/RAPSearch.jsp"/>
       </action>
*in JSP:*
         <form name="RAPSearchBean" *action="RAPSearch.do*">



Thanks,
Akshay

Reply via email to