Hi Stef
Thanks for your reply...
Even I had tried to run plain JSP in a portal and they run fine.
Well i will rephrase my question...
If my JSP has a submit button that by default submits to a controller
servlet then how do I incorporate such jsp in a portal.
If I incorporate it as it is then on submit it gives page not found error.
The tutorial says that I need to have an actionClass that should be given as
a param in the portlet-entry. So when submit is clicked, the page will be
submitted to this particular action class.
My requirement is to invoke my own controller servlet. Is it permitted

Regards
Vikas


-----Original Message-----
From: Stefan Rennick Egglestone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 4:59 PM
To: Jetspeed Users List
Subject: Re: Action Classes for JSPs


The action class isn't mandatory. I've tried JSP portlets which don't 
have an action class, and they work. I've been doing things this way 
because it is easier for people who aren't familiar with Jetspeed to 
understand my portlets if they are just pure JSP.

Stef

Vikas Gupta wrote:

>Hi All,
>I was trying to include a jsp portlet in jetspeed.
>
>I was also reading thro the jetspeed-tutorial. It says every jspPortlet
>should have an action parameter that corresponds to a  class that extends
>JspPortletAction. Is this necessary always. Can I skip it and call a struts
>specific action class.
>
>Or If have to include struts framework using jetspeed then how do I do it??
>
>Please respond...
>
>Regards
>Vikas
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>



This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


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

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

Reply via email to