|
Home > Archive > WebSphere Portal Server > April 2006 > Using popups
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello
Does anyone know how to use popups within a portlet.
I would like my portlet to open a jsp page in a popup window, but if I add <portlet:defineObjects /> to the popup it yields a NullPointerException at org.apache.pluto.tags.DefineObjectsTag.doStartTag???
If I make it a JSF Portlet Jsp it complains about not knowing the context or something.
A simple jsp works but I need to use renderResponse.encodeURL(renderRequest.getContextPath() to insert pictures etc.
/Chr
| |
|
| what you could do is to create a command hyperlink (outputLinkEx) and specify the URL inside the URL Field. There is a target property inside this field which you should specify as "target.blank".
Hope this helps.
|
|
|
|
|