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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]