Thanks Joe! Unfortunately I emailed before ur email... but there are other questions in my email apart from handling the presentation. Have a look...
thanks Javed > Sangam's example is perfect. The IFramePortlet just generates an > <iframe> tag in the space where you have configured a portlet to go, > with the "src" attribute set to the value of the "source" parameter you > specify in the portlet registry entry. > > There are additional parameters to control the iframe tag that is > generated: > > Note that the html <iframe> tag which is generated accepts percentage > (of the available area) values for the width, but not for the height. > The height must be specifed in pixel values or omitted entirely. > > FYI, a height of 500 is about half the screen on most screen > resolutions. > > > <parameter name="width" value="500"/> > <parameter name="width" value="100%"/> > > <parameter name="height" value="500"/> > > <parameter name="scrolling" value="no"/> > <parameter name="scrolling" value="yes"/> > <!-- probably want auto usually (that is the default if not specified) > --> <parameter name="scrolling" value="auto"/> > > <!-- Don't display a border around the iframe --> > <parameter name="frameborder" value="0"/> > <!-- Display a border --> > <parameter name="frameborder" value="1"/> > > > >> > >> 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]> >> >> > > -- > 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]>