Matthias,

Originally, the JspPortlet returned a string. Currently, it uses the
PrintWriter (service.handleRequest).

Best regards,

Mark C. Orciuch
IT Consultant
Voice: 219-647-4122
e-Mail: [EMAIL PROTECTED]

-----Original Message-----
From: Wimmer, Matthias [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 11:12 AM
To: 'Jetspeed Users List'
Subject: RE: JSP and Jetspeed


Mark:

Thank you. I hope this works. I didn't try it out yet. But in the meantime I
found another solution:

Inside of the JSP page you have to call out.flush() before making subsequent
calls to other potential JSP objects (portlets, controls, controller)

So my code is this:
        out.flush();
      out.println( thePortlet.getContent( theRunData ) );


I have a question to your explanation concerning getContent():
What is the former way of aggregation and what is the current way of
aggregation?

Is this correct:
  formerly: use of PrintWriter
  now:      return a String


best regards

Matt


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to