Follow the changes required for a converting the Web Application to a
Portal Application.

This worked for me...

http://portals.apache.org/bridges/multiproject/portals-bridges-struts/fe
atures.html

Susheel

-----Original Message-----
From: Akshay Ahooja [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 22, 2006 11:55 AM
To: Jetspeed Users List
Subject: Re: Struts Web App in Jetspeed portal

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to