[ http://issues.apache.org/jira/browse/MYFACES-556?page=all ]

Michael Lipp updated MYFACES-556:
---------------------------------

    Attachment: MyFacesAdaptedPortlet.java

Attached is a modified MyFacesGenericPortlet.java that *really* works. Page 
reloads in the portlet re-produce the current state of the portlet, switching 
between view and edit mode works etc. It also prepares submitted files for 
subsequent access by JSF actions, though it does not support the submit tag 
(cannot be done because of type problems).

> MyFacesGenericPortlet does not support mode change
> --------------------------------------------------
>
>          Key: MYFACES-556
>          URL: http://issues.apache.org/jira/browse/MYFACES-556
>      Project: MyFaces
>         Type: Bug
>  Environment: Jetspeed2
>     Reporter: Michael Lipp
>  Attachments: MyFacesAdaptedPortlet.java
>
> I have defined my own view selector that returns different values depending 
> on the portlet mode (view, edit). Changing from view to edit works fine. But 
> when I want to return to view mode (clicking on the appropriate button on the 
> portlet decorator) the portal resumes view mode (button changes) but the 
> content displayed is still the edit page.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to