Re: Flexible portlet layouts

2004-04-02 Thread Gareth Edge
Thanks, that proved very helpful. - Original Message - From: Raphaël Luta [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:46 PM Subject: Re: Flexible portlet layouts Le 1 avr. 04, à 14:16, Gareth Edge a écrit : Hi, I am using Jetspeed to

Larry Halpern/NA/GDYR is out of the office.

2004-04-02 Thread larry_halpern
I will be out of the office starting 04/02/2004 and will not return until 04/05/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread zze-MORON François FTRD/DMI/REN
I didn''t managed to build jportal examples. I dowloaded torque 3.0 and uziped lib directory in my jetspeed2-home\lib Directory. Then when i build examples with Ant tutorial-all I have more than 100 java compil error. Can someone help me ? François

AW: Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread Sprang, Henning (Firma CS)
Hy Francois, -Ursprüngliche Nachricht- Von: zze-MORON François FTRD/DMI/REN [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. April 2004 12:11 An: Jetspeed Users List Betreff: Bluesunrise portlet / jetspeed tutorial + jetspeed2 I didn''t managed to build jportal examples. I

JSP: How to Href to a PortletAction

2004-04-02 Thread Georg Filios
Hi, I was walking through the mail archive, but couldnt find a solution (shame on me, using the wrong search words??)! Anyway here is my problem, i havent found solved in a jsp-template. I wrote a portlet, which shows some data. I Extended the JSPActionPortlet class for this. It has some

RE: How to Href to a PortletAction

2004-04-02 Thread Pramod Jain
Georg: You can call a javascript function where you do the submit: function linkSubmit() { frm = document.forms[0]; // whatever frm.action=whatever; frm.submit(); } Hope this helps -Original Message- From: Georg Filios [mailto:[EMAIL PROTECTED] Sent:

Re: How to Href to a PortletAction

2004-04-02 Thread Georg Filios
Thanks Jain, for the tip. At least I do have a workaround. But since I do not fancy javascript very much, is there a better solution using jetspeed-java-functionality ... Regards, Georg Am 02.04.2004 um 12:42 schrieb Pramod Jain: Georg: You can call a javascript function where you do the

RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread zze-MORON François FTRD/DMI/REN
Where can I download a 1.5 version (I only found 1.4 and 2 versions) ? François -Message d'origine- De : Sprang, Henning (Firma CS) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 avril 2004 12:19 À : Jetspeed Users List Objet : AW: Bluesunrise portlet / jetspeed tutorial + jetspeed2 Hy

AW: RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread Sprang, Henning (Firma CS)
Hy Francois, -Ursprüngliche Nachricht- Von: zze-MORON François FTRD/DMI/REN [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. April 2004 14:46 An: Jetspeed Users List Betreff: RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2 Where can I download a 1.5 version (I only

RE : RE : Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread zze-MORON François FTRD/DMI/REN
The HEAD of the jakarta-jetspeed CVS is a 1.5 version (I was thinking it was 1.4 one). François -Message d'origine- De : Sprang, Henning (Firma CS) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 avril 2004 14:52 À : Jetspeed Users List Objet : AW: RE : Bluesunrise portlet / jetspeed

Larry Halpern/NA/GDYR is out of the office.

2004-04-02 Thread larry_halpern
I will be out of the office starting 04/02/2004 and will not return until 04/05/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Using Groups in Jetspeed 1.4

2004-04-02 Thread Rainer Schmitz
I'm having trouble understanding the group concept in jetspeed 1.4. I would like to define group specific pages, e. g. users belonging to group1 would get a the group1-pane in addition to their own customizable panes. It seems to be possible to achieve this beviour for *new* accounts using

Re: Rendering problem

2004-04-02 Thread Stuart Belden
Jetspeed stores the last-clicked portlet or pane in the session as js_peid (I think). If that exists, it will load that pane or portlet, and not the page to which you've actually navigated. I don't know the work involved or the problems you'll encounter trying to remove that behavior.

JNDI for connection pooling

2004-04-02 Thread Harald Schlößer
Hello dear Jetspeed users! We're using Jetspeed with PostgreSQL and had to learn that using the default connection pooling leaves database connections open. So after a while the database refuses any further connections which leads to an ugly 'horrible exception' screen. We found out that this

Re: How to Href to a PortletAction

2004-04-02 Thread Georg Filios
Hi, sorry couldnt live with javascript. So I found the solution for accessing jsp action from a link. Perhaps this might be interesting for other people. So if you have a working Action-class and a form like this: FORM NAME=myform METHOD=POST INPUT TYPE=hidden NAME=js_peid

JetSpeed 1.4 OR 2.0 choice

2004-04-02 Thread Aly, Mohamed
Hi, We are currently considering a web portal interface to our application. JetSpeed is one of the first candidates, but I have some questions; -How far away is JetSpeed 2.0 the JSR168 compliant portal? Can I get it from CVS? Is it stable? If not, I can consider developing for JetSpeed 1.4.

Larry Halpern/NA/GDYR is out of the office.

2004-04-02 Thread larry_halpern
I will be out of the office starting 04/02/2004 and will not return until 04/05/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: JetSpeed 1.4 OR 2.0 choice

2004-04-02 Thread David Sean Taylor
On Friday, April 2, 2004, at 08:24 AM, Aly, Mohamed wrote: Hi, We are currently considering a web portal interface to our application. JetSpeed is one of the first candidates, but I have some questions; -How far away is JetSpeed 2.0 the JSR168 compliant portal? Can I get it from CVS? Is it

Re: Bluesunrise portlet / jetspeed tutorial + jetspeed2

2004-04-02 Thread David Sean Taylor
On Friday, April 2, 2004, at 02:11 AM, zze-MORON François FTRD/DMI/REN wrote: I didn''t managed to build jportal examples. I dowloaded torque 3.0 and uziped lib directory in my jetspeed2-home\lib Directory. Then when i build examples with Ant tutorial-all I have more than 100 java compil

Larry Halpern/NA/GDYR is out of the office.

2004-04-02 Thread larry_halpern
I will be out of the office starting 04/02/2004 and will not return until 04/05/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Jetspeed within a HTTP Server/Tomcat Config

2004-04-02 Thread Wilson, Allen
Good Afternoon Has anyone implemented Jetspeed in an environment where you have Apache and Tomcat working together? If so, how do you config the Apache Server to deal with the Jetspeed mapping? For example, the URL for requesting a new Jetspeed account is

Larry Halpern/NA/GDYR is out of the office.

2004-04-02 Thread larry_halpern
I will be out of the office starting 04/02/2004 and will not return until 04/05/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

error in deploying Jetspeed2

2004-04-02 Thread Clermont, Roger C NWD
Greetings. I have installed maven as described in Getting-Started.html, and am able to build Jetspeed2 without any errors (as far as I can tell). However, when I attempt to deploy (maven deploy), I get this message several times: Tag library requested that is not present: 'reactor' in plugin:

Re: Jetspeed within a HTTP Server/Tomcat Config

2004-04-02 Thread Raphaël Luta
Le 3 avr. 04, à 01:26, Wilson, Allen a écrit : Good Afternoon Has anyone implemented Jetspeed in an environment where you have Apache and Tomcat working together? If so, how do you config the Apache Server to deal with the Jetspeed mapping? For example, the URL for requesting a new Jetspeed