Hi,

I am facing the following problem:
I use the JspPortlet to present the output of a JSP in a portlet.
I want to "put" a String in the context, so that another portlet
can get it.
Unfortunately, i see that the only way to use something like:
String lala = (String) rundata.getSession().getAttribute("Testing");
context.put("testing",lala);

is to  implement a portlet with action that extends the
VelocityPortletAction.

BUT: I do not want to use Velocity! (I have already written the code in
JSP)

How can i put something in the Context, using the JspPortlet and not the
VelocityPortlet?

Thanks in advance!

Nikos.


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

Reply via email to