Re: JSP portlet

2000-10-26 Thread Christian Sell
on it as well. Did you implement the getContent() method in your portlet as described in my mail? -Original Message- From: Rogier Schaaf [EMAIL PROTECTED] To: JetSpeed [EMAIL PROTECTED] Date: Mittwoch, 25. Oktober 2000 23:59 Subject: Re: JSP portlet Christian, I tried your implementation

Re: JSP portlet

2000-10-26 Thread Rogier Schaaf
D] reported success on it as well. Did you implement the getContent() method in your portlet as described in my mail? -Original Message- From: Rogier Schaaf [EMAIL PROTECTED] To: JetSpeed [EMAIL PROTECTED] Date: Mittwoch, 25. Oktober 2000 23:59 Subject: Re: JSP portlet Christ

Re: JSP portlet

2000-10-25 Thread Rogier Schaaf
constructed appears "empty"? I'm not familiar with ECS. Do you have any idea what it is I am doing wrong? Thanks, Rogier - Original Message - From: "Christian Sell" [EMAIL PROTECTED] To: "JetSpeed" [EMAIL PROTECTED] Sent: Wednesday, October 25, 2000 02:33 Subj

JSP portlet

2000-10-24 Thread David Sean Taylor
Im trying to write a JspPortlet. My approach is flawed, and Im wondering if anyone else has discovered a way for this to work. Im using a RequestDispatcher, and the problem is that the JSP writes its output directly to the Response So the JSP output cannot be incorporated into ECS since (i

Re: JSP portlet

2000-10-24 Thread Rogier Schaaf
PROTECTED] Sent: Tuesday, October 24, 2000 20:25 Subject: JSP portlet Im trying to write a JspPortlet. My approach is flawed, and Im wondering if anyone else has discovered a way for this to work. Im using a RequestDispatcher, and the problem is that the JSP writes its output directly to the Re

Re: JSP portlet

2000-10-24 Thread SCHAECK
e response object. Best regards, Thomas Thomas Schaeck Pervasive Computing Division Phone: +49-(0)7031-16-3479 e-mail: [EMAIL PROTECTED] Address: IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen, Germany "David Sean Taylor" [EMAIL PROTECTED] on 24.10.2000 20:2

RE: JSP portlet

2000-10-24 Thread David Sean Taylor
Christian thank you very much. Plugged your code in and got that working in about 10 minutes! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell Sent: Tuesday, October 24, 2000 5:33 PM To: JetSpeed Subject: Re: JSP portlet I have done