RE: Tag list

2004-02-26 Thread Moabi Nyokong
Look at the .tld and the classes associated with it... -Original Message- From: Stefano Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday 25 February 2004 02:52 To: Jetspeed Users List Subject: Tag list Where can I find some more information on tags I can use within Jetspeed to retriev

Jetspeed Developer in Switzerland?

2004-02-26 Thread Andy Flury
hi everyone, is there anyone working with Jetspeed in Switzerland? We are building a small Content Managment System for the Hotel-Industry using Jetspeed, Turbine, Velocity, Torque,... It would be nice to build up a little knowledge-exchange on these Apache Frameworks in Switzerland. Beside

Re: $screen_placeholder

2004-02-26 Thread Stuart Belden
I believe screen_placeholder comes from Turbine: http://jakarta.apache.org/turbine/turbine-2.3/howto/velocity-site-howto.html >>> [EMAIL PROTECTED] 02/25/04 12:33PM >>> Hi all, Could anyone pl let me know in which java class the screen_placeholder variable was put into the context. Thank you

Re: $screen_placeholder

2004-02-26 Thread mphee
Checkout the files in these directories. java\org\apache\turbine\modules\layouts java\org\apache\turbine\util\template java\org\apache\turbine\services\jsp\util On Thu, 26 Feb 2004 08:11:11 -0600, Stuart Belden wrote > I believe screen_placeholder comes from Turbine: > http://jakarta.apache.org/

Re: $screen_placeholder

2004-02-26 Thread srinivas babu
Stuart, This document only specifies how to use the screen_placeholder from .vm. It doesn't specify in which class the screen_placeholder was put into the context to use it. thanks Stuart. Srinivas Stuart Belden <[EMAIL PROTECTED]> wrote: I believe screen_placeholder comes from Turbine: http:

Re: $screen_placeholder

2004-02-26 Thread srinivas babu
Hi Phee, I checked all the files but I didn't find any file pushing screen_placeholder into the context. thanks Phee. Regards, Srinivas Paluri mphee <[EMAIL PROTECTED]> wrote: Checkout the files in these directories. java\org\apache\turbine\modules\layouts java\org\apache\turbine\util\templa

How to add an app which required basic authentication to Jetspeed portal

2004-02-26 Thread APan
Hi, I have a third party app (IBM Access for Web) that requires basic authentication (when I point to the URL it prompt me for user id and password). I am trying to run this app in a Jetspeed portlet (I prefer iFramePorlet or any other suggestion?). The very first page is not showing up beca

Re: $screen_placeholder

2004-02-26 Thread Marty Phee
Try doing a grep or something... It's right there in the doBuild. This is an older version of turbine, but it should be the same public class VelocityOnlyLayout extends Layout { /** * Method called by LayoutLoader. * * @param RunData * @return processed template in a Stri

where can I get detail on BasicAuthIFrame portlet

2004-02-26 Thread APan
Hi, I am interested in using BasicAuthIFramePortlet to solve one of my problem. Can someone point me to detail description and where I can download the portlet? Thank you very much. Alex

RE: where can I get detail on BasicAuthIFrame portlet

2004-02-26 Thread Jason Trust
If you have installed JetSpeed, you have the portlet already. There are identified issues with Basic Authentication within an IFramePortlet you might want to be aware of, check the recent postings for more information. Jason Trust ___ Corporate Technology Partners, Inc Del

RE: where can I get detail on BasicAuthIFrame portlet

2004-02-26 Thread APan
We are using Jetspeed 1.4b4. I can't find the portlet. Is it bundled with newer version? Alex "Jason Trust" <[EMAIL PROTECTED]> 02/26/2004 03:08 PM Please respond to "Jetspeed Users List" <[EMAIL PROTECTED]> To "Jetspeed Users List" <[EMAIL PROTECTED]> cc Subject RE: where can I get de

Forcing Jetspeed to update a portlet

2004-02-26 Thread Pat G. Cappelaere
Hi, I have a portlet that starts a thread to fetch some data (and it takes a while). The data eventually comes back piecemeal. I seem to be able to change the content of the portlet programmatically but I do not seem to be able to force Jetspeed to refresh it. The portlet content does not vis

submenus

2004-02-26 Thread Alessandro La Rocca
Hi, I would include submenus into the left navigation menu. These should be showed always, even when the main menu is not selected. For instance: MainMenu 1 SubMenu 1.1 SubMenu 1.2 SubMenu 1.3 MainMenu 2 SubMenu 2.1 SubMenu 2.2 SubMenu 2.3 I know this is not possible using the sta

Re: java.lang.OutOfMemoryError : null

2004-02-26 Thread Stijn de Witt
Have you added any code or is this happening with an unmodified Jetspeed release? -Stijn - Original Message - From: "Vikas Jagetiya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 10:24 AM Subject: java.lang.OutOfMemoryError : null Hi ... i m getting fol

java.lang.OutOfMemoryError : null

2004-02-26 Thread Vikas Jagetiya
Hi ... i m getting following error org.apache.turbine.util.TurbineException: Error rendering Velocity template: /controls/html/jetspeed.vm: Invocation of method 'getContent' in class = org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWrap per threw exception class java.lang

Re: Tag list

2004-02-26 Thread Stijn de Witt
Check out org.apache.jetspeed.services.jsp.tags.* -Stijn - Original Message - From: "Stefano Bianchi" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 8:38 AM Subject: Re: Tag list > > Dear Brian, > thank you for