hi
here is my class :
public class CpagePortletRenderer implements PortletRenderer {
|
| /**
| * @see PortletRenderer#render
| */
| public void render(RenderContext renderContext, PortletContext
state, WindowResult result)
| throws RenderException
| {
|
| renderStart(renderContext);
| renderContext.getMarkupFragment().append("\n<!-- début contenu de
la portlet -->" );
| renderContext.getMarkupFragment().append(result.getContent());
| renderContext.getMarkupFragment().append("\n<!-- Fin contenu de
la portlet -->\r\t\t\t\t" );
| renderEnd(renderContext);
|
| }
I want to have the name of the portlet which is in the window container.
i think it's something like ::
myInstance.getComponentRef() ....
how can i have the myInstance object, from the instanceID ?
thanks !
i take a look at the management portlet but i'm not good with jsf technology.
regards
Lionel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925276#3925276
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925276
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user