[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

wesleyhales do-not-reply at jboss.com
Wed Apr 29 16:31:53 EDT 2009


You need to listen for the correct request:

  | Object responseObject = FacesContext.getCurrentInstance().getExternalContext().getRequest();
  |    if (responseObject instanceof RenderRequest) {
  | 
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227651#4227651

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227651



More information about the jboss-user mailing list