You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Sascha <dg...@fishtown-team.de> on 2005/06/24 17:19:19 UTC

communication problem

Hello.

I've still a problem with the communication between javascript(in a SVG
file) and my portlet.

With 'RenderResponse.encodeURL(RenderRequest.getContextPath());' I got
the URL of my portlet. It's 'http://localhost:8080/HelloWorld'. I call
this URL in javascript:
'getURL("http://localhost:8080/HelloWorld?par=dummy",
callbackFunction);' but the java code 'if
(RenderRequest.getParameter("par") != null)' is never called.

I tried this with a normal java applet and there is no problem. Maybe
there is still a problem with the URL or is there anything I must know
about portlets that might help me? 

Any help is very apprechiated!


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org