Re: Border round Portlet?

2001-02-23 Thread carlos beltran
I don't know if it is the right solution, but I resolved this by creating a new portlet that merges both portlets, TitlePortlet and BorderPortlet, so you have a output with title and border. Gretting. Carlos. Alex McLintock wrote: Can anyone give me an example of how to put a border around a

Re: No Cacheable Portlets - Doesn't work?

2001-02-23 Thread carlos beltran
Santiago Gala wrote: carlos beltran wrote: But it is not working!! Jetspeed is caching the jsp page and sending cache hits with this page. So the portlet is still using the cache and the channel is not renewed ! :(. Why is this happening? Has jetspeed a diferent behavior with JSP

RE: multiple portlets based on the same class

2001-02-23 Thread Kimpton,C (Chris)
Hi, We are using jetspeed1.3a1 We have 2 portlets that based on the same class and when we use either individually, they work fine. But when we have both portlets enabled at once, the links of the first portlet get passed to the second portlet displayed - they are setup

tutorial

2001-02-23 Thread Kobus du Toit
Hi I looked in the "How to write a Portlet" docs and I am able to do that. I am evaluating Jetspeed to produce a production portal. I looked in the Developers Guide to try and find out how to make my own screens, but I am having difficulty understanding the information. What I understand, in

Re: Getting rid of xalan and xerces :-)

2001-02-23 Thread SCHAECK
Santiago, the EcsStyleSheet element works similarly to the EcsServletElement. The purpose of these classes is to allow for deferring exectution of a servlet/JSP or a stylesheet respectively until the ECS tree is traversed, so that the JSP or stylesheet processor can write directly to the

RE: multiple portlets based on the same class

2001-02-23 Thread Gareth Coltman
Hi, I am new to Jetspeed but have been using Catalina and Turbine for some time now. I have the latest official release of the Turbine DK, and this doesn't seem to work with Jetspeed. I am using MySql, and have created a Jetspeed table, modified the properties file and ran the included SQL to

Re: No Cacheable Portlets - Doesn't work?

2001-02-23 Thread Santiago Gala
carlos beltran wrote: Santiago Gala wrote: carlos beltran wrote: But it is not working!! Jetspeed is caching the jsp page and sending cache hits with this page. So the portlet is still using the cache and the channel is not renewed ! :(. Why is this happening? Has jetspeed a

RE: Portlet security

2001-02-23 Thread SCHAECK
Craig Berry wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 6:18 AM We also have plans in this direction, I think we should agree on a common interface for what we do. Absolutely. That's why I threw out a skeletal proposal for

Jetspeed install (newbie): Tomcat doesn't start any more

2001-02-23 Thread Matthias Krehl
Hi! I'm really new to Jetspeed. And that's my problem: with Linux 2.2.14-5 from RedHat6.2 JDK 1.3from j2sdk-1.3.0-RC1-linux-i386.tar.bz2 Tomcat 3.2.1 from tomcat-3.2.1-1-noarch.rpm Cocoon 1.8.2 from cocoon-1.8.2-2.noarch.rpm running fine, i copied jetspeed.war

Re: tutorial

2001-02-23 Thread ingo schuster
At 10:46 02/23/01, Kobus du Toit wrote: This is what I want to do: Create a log in screen like the Jetspeed screen After log in produce a screen with frames and my own content and the portlets. My suggestion (in JSP terms, the velocity solution should work accordingly). I assume html as markup:

RE: multiple portlets based on the same class

2001-02-23 Thread Kimpton,C (Chris)
Hi, We are using jetspeed1.3a1 We have 2 portlets that based on the same class and when we use either individually, they work fine. But when we have both portlets enabled at once, the links of the first portlet get passed to the second portlet displayed - they

Re: Jetspeed install (newbie): Tomcat doesn't start any more

2001-02-23 Thread Santiago Gala
Matthias Krehl wrote: Hi! I'm really new to Jetspeed. And that's my problem: with Linux 2.2.14-5 from RedHat6.2 JDK 1.3from j2sdk-1.3.0-RC1-linux-i386.tar.bz2 Tomcat 3.2.1 from tomcat-3.2.1-1-noarch.rpm Cocoon 1.8.2 from cocoon-1.8.2-2.noarch.rpm

Re: Getting rid of xalan and xerces :-)

2001-02-23 Thread Santiago Gala
[EMAIL PROTECTED] wrote: Santiago, the EcsStyleSheet element works similarly to the EcsServletElement. The purpose of these classes is to allow for deferring exectution of a servlet/JSP or a stylesheet respectively until the ECS tree is traversed, so that the JSP or stylesheet

Portlet API Chat

2001-02-23 Thread ingo schuster
Hi, enclosed is a log of the portlet API chat on Wednesday evening. Raphael wanted to post it, however I haven't seen any message from him since - he's probably very busy. I think the most imporant part is at the bottom: raphael OK. So what we have said tonight is : raphael - portlets should

AW: Jetspeed install (newbie): Tomcat doesn't start any more

2001-02-23 Thread Matthias Krehl
Well, i didn't wait that much, however, the prompt after starting '/var/bin/tomcat start' returns a second later after listing this classpath: /var/tomcat/lib/ant.jar /var/tomcat/lib/bsf.jar /var/tomcat/lib/cocoon.jar /var/tomcat/lib/fop_0_15_0.jar

Re: Portlet security

2001-02-23 Thread Santiago Gala
Jon Stevens wrote: on 2/22/01 4:17 PM, "Santiago Gala" [EMAIL PROTECTED] wrote: All of the java.security.* framework is interface based. So is Turbine's. I really don't see a need to use java.security.* when Turbine has a *MUCH* more complete implementation of a security framework

Re: AW: Jetspeed install (newbie): Tomcat doesn't start any more

2001-02-23 Thread Steve Freeman
Why not use the startup.sh script that is supplied with Tomcat and is supposed to be used to start the system? Steve "Matthias Krehl" [EMAIL PROTECTED]@list.working-dogs.com on 02/23/2001 12:00:09 PM Please respond to "JetSpeed" [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To:

Re: AW: Jetspeed install (newbie): Tomcat doesn't start any more

2001-02-23 Thread Santiago Gala
Matthias Krehl wrote: Well, i didn't wait that much, however, the prompt after starting '/var/bin/tomcat start' returns a second later after listing this classpath: /var/tomcat/lib/ant.jar /var/tomcat/lib/bsf.jar /var/tomcat/lib/cocoon.jar