Thanks Sangam! That I have fugured out but I want to know how the input will be handled (Can the JetspeedRundata be used) and how the out put will be directed to same portlet. Also The size of the frame that shows up with the scroll bar how can that size be controlled. The source parameter is not relative to the Jetspeed webapp. Inorder to use the same Jsp template we have to provide the whole path as in the host and port details and app context. This seems a bit inelegant... Just my opinion. As usual any pointers and help will be great. Thanks Javed
> Javed Mahmud wrote: > >>Thanks Joe! >>Is there any tutorial or documentation that can exactly explain how the >> IFramePortlet works. I mean How is it different from JSP and Velocity >> Portlets and the features you have mentioned how can they be utilized. >> >>thanks >>Javed >> >> >> >>>You can use an IFramePortlet if you want. Then everything within it >>> is a separate request, refreshes separately. You are free to submit >>> forms and handle that form submission however you like. You may have >>> an issue with extra scroll-bars around your iframe though. >>> >>>--joe >>> >>> >>> >>>>-----Original Message----- >>>>From: Javed Mahmud [mailto:[EMAIL PROTECTED]] >>>>Sent: Monday, December 09, 2002 4:56 PM >>>>To: [EMAIL PROTECTED] >>>>Subject: JSP as an action parameter >>>> >>>> >>>>Hello all, >>>>I have a question whether a JSP page can act as an action. >>>>I have seen that action has to be mentioned in the tr.p file as >>>> module.package. In my limited knowledge JSP cannot act as >>>>action. Correct >>>>me if I am wrong. >>>>If this is right then what is the way out to use jsp. >>>> >>>>Thank You >>>>Javed >>>> >>>> >>>> >>>> >>>> >>>>-- >>>>To unsubscribe, e-mail: >>>><mailto:[EMAIL PROTECTED]> >>>>For additional commands, e-mail: >>>><mailto:[EMAIL PROTECTED]> >>>> >>>> >>>> >>>> >> >> >>*---------------------------------------* >>|Research Assistant | >>|Building 10 | >>|Room 4405 | >>|Faculty of Information Technology | >>|Department of Computer Systems | >>|University of Technology Sydney | >>|Phone: 9514 4513 | >>|Mobile : 0413 607172 | >>*---------------------------------------* >> >> >> >>-- >>To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> For additional >> commands, e-mail: <mailto:[EMAIL PROTECTED]> >> >> >> > Hi > > You can try this one > <portlet-entry name="JetspeedFramed" hidden="false" type="ref" > parent="IFramePortlet" application="false"> > <meta-info> > <title>Jetspeed Framed</title> > <description>Navigate SomeSite within an > IFRAME</description> > </meta-info> > > <classname>org.apache.jetspeed.portal.portlets.IFramePortlet</classname> > <parameter name="source" > value="http://jakarta.apache.org/jetspeed" hidden="false" > cachedOnName="true" cachedOnValue="true"/> > <media-type ref="html"/> > <url cachedOnURL="true"/> > </portlet-entry> > and in the psml file just put the name JetspeedFramed > it will show up in the page > > sangam dash > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> For additional > commands, e-mail: <mailto:[EMAIL PROTECTED]> *---------------------------------------* |Research Assistant | |Building 10 | |Room 4405 | |Faculty of Information Technology | |Department of Computer Systems | |University of Technology Sydney | |Phone: 9514 4513 | |Mobile : 0413 607172 | *---------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>