You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/22 16:32:30 UTC

[Myfaces Wiki] Update of "UsingPortletModes" by DaveBrondsema

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by DaveBrondsema:
http://wiki.apache.org/myfaces/UsingPortletModes

------------------------------------------------------------------------------
              throws PortletException, IOException {
  
     Boolean isPortletModeChanged = (Boolean)request.getAttribute("isPortletModeChanged");
-    if (isPortletModeChanged.booleanValue) {
+    if (isPortletModeChanged.booleanValue()) {
        nonFacesRequest(request, response, "/MainEditPage.jsp");
        return;
     }