It depends exactly what you want to do.  There is a portlet, ServletInvokerPortlet, 
which calls a servlet and displays the results.  Another possibility may be to make a 
URLConnection to some servlet and manipulate the data that way.

I don't think it's possible for a servlet to talk to a portlet, though it is possible 
for it to grab things from the session. e.g.
BaseJetspeedUser js = (BaseJetspeedUser) 
request.getSession().getAttribute("turbine.user");



>>> [EMAIL PROTECTED] 02/10/03 11:12AM >>>
Hi,

Can anyone answer my question: Can servlet talk to portlet and vice versa?

Your help would be greatly appreciated.

Thanks.

Tien


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

Reply via email to