You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-dev@portals.apache.org by "Ramana Mallysetty (JIRA)" <br...@portals.apache.org> on 2006/03/10 18:50:41 UTC

[jira] Created: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.  
---------------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: PB-38
         URL: http://issues.apache.org/jira/browse/PB-38
     Project: Portals Bridges
        Type: Bug
  Components: struts  
    Versions: 1.0    
 Environment: Windows/Unix, Vignette Portal 7.2.1
    Reporter: Ramana Mallysetty
    Priority: Blocker


When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.

I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Commented: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "James May (JIRA)" <br...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/PB-38?page=comments#action_12437586 ] 
            
James May commented on PB-38:
-----------------------------

I've also created a patch to address this issue. The portlet must maintain its state in regard to the current portlet mode. This will allow the portlet to get the correct page when the portlet mode changes. I will upload the patch file shortly.

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: http://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Resolved: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "Ate Douma (JIRA)" <br...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/PB-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma resolved PB-38.
-------------------------

    Resolution: Fixed

Fixed

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: https://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>         Attachments: patch.txt
>
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Commented: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "Ate Douma (JIRA)" <br...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/PB-38?page=comments#action_12435225 ] 
            
Ate Douma commented on PB-38:
-----------------------------

Ramana, can you attach your fixes as a patch file?
I'll review them then and commit them if its a good resolution to this issue.


> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: http://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Assigned: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "Ate Douma (JIRA)" <br...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/PB-38?page=all ]

Ate Douma reassigned PB-38:
---------------------------

    Assignee: Ate Douma

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: http://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Updated: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "James May (JIRA)" <br...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/PB-38?page=all ]

James May updated PB-38:
------------------------

    Attachment: patch.txt

Patch file is attached. Please let me know if you have questions or would like me to upload the patched source file.

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: http://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>         Attachments: patch.txt
>
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Resolved: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "Ate Douma (JIRA)" <br...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/PB-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma resolved PB-38.
-------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1

Fixed with fix version properly set

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: https://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>             Fix For: 1.0.1
>
>         Attachments: patch.txt
>
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Commented: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "Ramana Mallysetty (JIRA)" <br...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/PB-38?page=comments#action_12369897 ] 

Ramana Mallysetty commented on PB-38:
-------------------------------------

I meant to say "made fixes to StrutsPortlet" :)

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: PB-38
>          URL: http://issues.apache.org/jira/browse/PB-38
>      Project: Portals Bridges
>         Type: Bug
>   Components: struts
>     Versions: 1.0
>  Environment: Windows/Unix, Vignette Portal 7.2.1
>     Reporter: Ramana Mallysetty
>     Priority: Blocker

>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org


[jira] Reopened: (PB-38) Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.

Posted by "Ate Douma (JIRA)" <br...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/PB-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma reopened PB-38:
-------------------------


Forgot to set the fix version, reopening to correct that

> Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PB-38
>                 URL: https://issues.apache.org/jira/browse/PB-38
>             Project: Portals Bridges
>          Issue Type: Bug
>          Components: struts
>    Affects Versions: 1.0
>         Environment: Windows/Unix, Vignette Portal 7.2.1
>            Reporter: Ramana Mallysetty
>         Assigned To: Ate Douma
>            Priority: Blocker
>             Fix For: 1.0.1
>
>         Attachments: patch.txt
>
>
> When using struts to develop portlets using the struts bridge, switching between VIEW and EDIT modes (for that matter possibly any modes) does not work.  Portlet seems to remember only the last action on that portlet, irrespective of the mode.  Thus, when you click on the portlet title bar to switch between (typically VIEW and EDIT modes), the portlet takes to the incorrect JSP page, the JSP page for the last render action.  It should instead remember the last render action for each of the modes, so that the state is maintained properly.
> I have used code for 1.0 and made fixes to StrutsPortal and that seems to fix the problem.  If you like, I can provide that fix. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-dev-help@portals.apache.org