iframe portlet

2004-07-19 Thread Floßmann Christoph
Once upon a time, I made my first and only iframe portlet. I used the default Iframe portlet and somehow I changed the url. Now I forgot how I did it and I don't find it in the source. Can anyone help me please? - To

Re: iframe portlet

2004-07-19 Thread Stefano Bianchi
Isn't it defined in the .xreg for the portlet? - Original Message - From: Floßmann Christoph [EMAIL PROTECTED] To: Jetspeed Users List (E-Mail) [EMAIL PROTECTED] Sent: Monday, July 19, 2004 9:37 AM Subject: iframe portlet Once upon a time, I made my first and only iframe portlet. I

RE: iframe portlet

2004-07-19 Thread Floßmann Christoph
That's what I suggested too. But that's all I found there: === portlet-entry name=IFramePortlet hidden=false type=instance application=false meta-info titleIFrame Portlet/title descriptionDisplay URL

Re: iframe portlet

2004-07-19 Thread Stefano Bianchi
It should be specified in portlet-entry name=IFramePortlet hidden=false type=instance application=false meta-info titleIFrame Portlet/title descriptionDisplay URL within IFrame/description /meta-info classnameorg.apache.jetspeed.portal.portlets.IFramePortlet/classname parameter name=source

RE: iframe portlet

2004-07-19 Thread Floßmann Christoph
Well, I changed the value but the page didn't change. There is still the url I configured somewhere else. When I customize the page then I see the destinated url in the source parameter. But it doesn't work. I guess there must be an url tag somewhere but I'm not sure. -Original Message-

Re: iframe portlet

2004-07-19 Thread Stefano Bianchi
Sorry Cristoph, I ran out of ideas! Any other hint, Jetspeed crew? (101 approach: a good text search on jetspeed folder to find out the string your_wicked_URL?) Good luck Stefano - Original Message - From: Floßmann Christoph [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED]

RE: iframe portlet

2004-07-19 Thread Floßmann Christoph
How stupid - I changed something in the source of the IFramePortlet.java. Now I have to look for the original source. -Original Message- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:40 AM To: Jetspeed Users List Subject: Re: iframe portlet Sorry

Safety DB

2004-07-19 Thread Vladimir Figurov
Hi People, share a secret of safe work with a DB! In fact Torque - mappers the DB have full access... and this OPEN way for SQL-Injection and damage DB 8((( -- - ICQ: 332054482 : 8-3272-754400 : 8-300-7270789 - To

VM taking more time to render the page.

2004-07-19 Thread Sunil Sheshadri
Hi All, We have few portlets written using VM. We are using DBPSMLManagerService and our portlets gets data from DB and displays. Getting data from DB taking only few seconds (i.e, 2 to 3 sec) but rendering VM page is taking 20 to 30 sec. That means only 10% for getting data from DB and 90%

how to print max content instead of normal

2004-07-19 Thread Sihong Fan
How to print max content( I have different template for max) instead of normal content? I can see Maximize action run 'org.apache.jetspeed.modules.actions.controls.Maximize.java' first and then go to action class under 'org.apache.jetspeed.modules.actions.portlets'. How can I adding new method in

JetSpeed and existing intranet

2004-07-19 Thread Benjamin Letrou
Hello, I would like to know if it's possible to integrate its own web applications in Jetspeed portal ? For an intranet, I want to put some Java/Struts web applications, Xsql pages, simple jsp pages and some perl and php pages. I need to have a single entry point where the user can log on for

Re: JetSpeed and existing intranet

2004-07-19 Thread Roger Ruttimann
Benjamin Letrou wrote: Hello, I would like to know if it's possible to integrate its own web applications in Jetspeed portal ? Of course. The web portal just hosts portlets and *you* can decide what is rendered in the portlet. Some templates are supported out of the box (jsp,..) for some

Re: how to print max content instead of normal

2004-07-19 Thread Stijn de Witt
presumably call setTemplate(yourMaximizedTemplate) in buildMaximizedContent()? -Stijn - Original Message - From: Sihong Fan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 19, 2004 5:58 PM Subject: how to print max content instead of normal How to print max content( I

Re: how to print max content instead of normal

2004-07-19 Thread Stijn de Witt
Look here http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/modules/actions/portlets/PortletAction.html for the setTemplate method. -Stijn - Original Message - From: Stijn de Witt [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED] Sent: Monday, July 19, 2004

RE: JetSpeed and existing intranet

2004-07-19 Thread Peter Imburg
You have portlets for Perl and PHP apps? Please tell me you're not kidding. Oh the possibilities! Where can they be found? -Original Message- From: Roger Ruttimann [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:57 AM To: Jetspeed Users List Subject: Re: JetSpeed and