You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Simone Federici (JIRA)" <ji...@apache.org> on 2006/08/31 20:19:22 UTC

[jira] Created: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
--------------------------------------------------------------------------

                 Key: PLUTO-252
                 URL: http://issues.apache.org/jira/browse/PLUTO-252
             Project: Pluto
          Issue Type: New Feature
          Components: portal driver, portlet container taglibs
    Affects Versions: Current CVS
            Reporter: Simone Federici
         Attachments: PatchPluto1.1.beta.txt

This patch modify the Custom Tags
<pluto:url /> <portlet:actionURL /> <portlet:renderURL />
for don't lose the session if the browser don't support cookies.

and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.





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

        

[jira] Resolved: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Posted by "David DeWolf (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-252?page=all ]

David DeWolf resolved PLUTO-252.
--------------------------------

    Resolution: Fixed

resolved the encode.  thanks. 

> Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-252
>                 URL: http://issues.apache.org/jira/browse/PLUTO-252
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portal driver, portlet container taglibs
>    Affects Versions: Current CVS
>            Reporter: Simone Federici
>         Assigned To: David DeWolf
>             Fix For: 1.1.0
>
>         Attachments: PatchPluto1.1.beta.txt
>
>
> This patch modify the Custom Tags
> <pluto:url /> <portlet:actionURL /> <portlet:renderURL />
> for don't lose the session if the browser don't support cookies.
> and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.

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

        

[jira] Updated: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Posted by "David DeWolf (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-252?page=all ]

David DeWolf updated PLUTO-252:
-------------------------------

    Fix Version/s: 1.1.0

> Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-252
>                 URL: http://issues.apache.org/jira/browse/PLUTO-252
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portal driver, portlet container taglibs
>    Affects Versions: Current CVS
>            Reporter: Simone Federici
>             Fix For: 1.1.0
>
>         Attachments: PatchPluto1.1.beta.txt
>
>
> This patch modify the Custom Tags
> <pluto:url /> <portlet:actionURL /> <portlet:renderURL />
> for don't lose the session if the browser don't support cookies.
> and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.

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

        

Re: Portal app descriptor

Posted by "David H. DeWolf" <dd...@apache.org>.
nope, it's just an idea at this point. Go for it!

Elliot Metsger wrote:
>> That said, I agree that data shouldn't be duplicated.  We should
>> provide a simple mechanism on the PortletContainer interface for
>> portals to retrieve the contents of the portlet descriptor.  I'm
>> envisioning a getPortalApplicationDescriptor(String context) method
>> or something like that on the public interface.
> 
> Thanks for that David.  I've been working on PLUTO-233 and current 
> mechanisms for getting a handle on the portlet descriptor are brittle. 
> I'll try to implement your suggestion above, if you're not already 
> working on it (no need to duplicate effort).
> 
> Elliot
> 
> David DeWolf (JIRA) wrote:
>> [
>> http://issues.apache.org/jira/browse/PLUTO-252?page=comments#action_12433104 
>>
>> ]
>>
>> David DeWolf commented on PLUTO-252: ------------------------------------
>>
>> Portlet Modes should be fixed per PLUTO-233 (or if it's different,
>> broken out into a different JIRA issue).  Let's keep this bug limited
>> to the one issue with endcoding the url.
>>
>> That said, I agree that data shouldn't be duplicated.  We should
>> provide a simple mechanism on the PortletContainer interface for
>> portals to retrieve the contents of the portlet descriptor.  I'm
>> envisioning a getPortalApplicationDescriptor(String context) method
>> or something like that on the public interface.
>>
>>> Custom Tags with response.encodeUrl( url ) and Render hidden
>>> portlet mode. 
>>> -------------------------------------------------------------------------- 
>>>
>>>
>>>
>>> Key: PLUTO-252 URL: http://issues.apache.org/jira/browse/PLUTO-252 
>>> Project: Pluto Issue Type: New Feature Components: portal driver,
>>> portlet container taglibs Affects Versions: Current CVS Reporter:
>>> Simone Federici Fix For: 1.1.0
>>>
>>> Attachments: PatchPluto1.1.beta.txt
>>>
>>>
>>> This patch modify the Custom Tags <pluto:url /> <portlet:actionURL
>>> /> <portlet:renderURL /> for don't lose the session if the browser
>>> don't support cookies. and permitted to specify  in the
>>> pluto-portal-driver-config.xml the portlet modes that you don't
>>> wont to see.
>>
> 

Portal app descriptor

Posted by Elliot Metsger <em...@jhu.edu>.
> That said, I agree that data shouldn't be duplicated.  We should
> provide a simple mechanism on the PortletContainer interface for
> portals to retrieve the contents of the portlet descriptor.  I'm
> envisioning a getPortalApplicationDescriptor(String context) method
> or something like that on the public interface.

Thanks for that David.  I've been working on PLUTO-233 and current 
mechanisms for getting a handle on the portlet descriptor are brittle. 
I'll try to implement your suggestion above, if you're not already 
working on it (no need to duplicate effort).

Elliot

David DeWolf (JIRA) wrote:
> [
> http://issues.apache.org/jira/browse/PLUTO-252?page=comments#action_12433104
> ]
> 
> David DeWolf commented on PLUTO-252: 
> ------------------------------------
> 
> Portlet Modes should be fixed per PLUTO-233 (or if it's different,
> broken out into a different JIRA issue).  Let's keep this bug limited
> to the one issue with endcoding the url.
> 
> That said, I agree that data shouldn't be duplicated.  We should
> provide a simple mechanism on the PortletContainer interface for
> portals to retrieve the contents of the portlet descriptor.  I'm
> envisioning a getPortalApplicationDescriptor(String context) method
> or something like that on the public interface.
> 
>> Custom Tags with response.encodeUrl( url ) and Render hidden
>> portlet mode. 
>> --------------------------------------------------------------------------
>> 
>> 
>> Key: PLUTO-252 URL: http://issues.apache.org/jira/browse/PLUTO-252 
>> Project: Pluto Issue Type: New Feature Components: portal driver,
>> portlet container taglibs Affects Versions: Current CVS Reporter:
>> Simone Federici Fix For: 1.1.0
>> 
>> Attachments: PatchPluto1.1.beta.txt
>> 
>> 
>> This patch modify the Custom Tags <pluto:url /> <portlet:actionURL
>> /> <portlet:renderURL /> for don't lose the session if the browser
>> don't support cookies. and permitted to specify  in the
>> pluto-portal-driver-config.xml the portlet modes that you don't
>> wont to see.
> 

[jira] Commented: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Posted by "David DeWolf (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/PLUTO-252?page=comments#action_12433104 ] 
            
David DeWolf commented on PLUTO-252:
------------------------------------

Portlet Modes should be fixed per PLUTO-233 (or if it's different, broken out into a different JIRA issue).  Let's keep this bug limited to the one issue with endcoding the url.

That said, I agree that data shouldn't be duplicated.  We should provide a simple mechanism on the PortletContainer interface for portals to retrieve the contents of the portlet descriptor.  I'm envisioning a getPortalApplicationDescriptor(String context) method or something like that on the public interface.

> Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-252
>                 URL: http://issues.apache.org/jira/browse/PLUTO-252
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portal driver, portlet container taglibs
>    Affects Versions: Current CVS
>            Reporter: Simone Federici
>             Fix For: 1.1.0
>
>         Attachments: PatchPluto1.1.beta.txt
>
>
> This patch modify the Custom Tags
> <pluto:url /> <portlet:actionURL /> <portlet:renderURL />
> for don't lose the session if the browser don't support cookies.
> and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.

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

        

[jira] Assigned: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Posted by "David DeWolf (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-252?page=all ]

David DeWolf reassigned PLUTO-252:
----------------------------------

    Assignee: David DeWolf

> Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-252
>                 URL: http://issues.apache.org/jira/browse/PLUTO-252
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portal driver, portlet container taglibs
>    Affects Versions: Current CVS
>            Reporter: Simone Federici
>         Assigned To: David DeWolf
>             Fix For: 1.1.0
>
>         Attachments: PatchPluto1.1.beta.txt
>
>
> This patch modify the Custom Tags
> <pluto:url /> <portlet:actionURL /> <portlet:renderURL />
> for don't lose the session if the browser don't support cookies.
> and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.

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

        

[jira] Commented: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Posted by "Simone Federici (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/PLUTO-252?page=comments#action_12433074 ] 
            
Simone Federici commented on PLUTO-252:
---------------------------------------

What do you thing if we add the portlet modes from the values in portlet.xml ? (I have one working in copy for this....)
and we overwrite the modes if someone write in pluto-portal-driver-config.xml 

<page name="Secondary Page" uri="/WEB-INF/fragments/portlet.jsp">
            <portlet context="/testsuite"  name="TestPortlet1"/>
            <portlet context="/testsuite"  name="TestPortlet2">
                        <portlet-mode>VIEW</portlet-mode>
            </portlet>
</page>

in this case we can choose the different mode visualization for the same deployed portlet....


> Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-252
>                 URL: http://issues.apache.org/jira/browse/PLUTO-252
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portal driver, portlet container taglibs
>    Affects Versions: Current CVS
>            Reporter: Simone Federici
>             Fix For: 1.1.0
>
>         Attachments: PatchPluto1.1.beta.txt
>
>
> This patch modify the Custom Tags
> <pluto:url /> <portlet:actionURL /> <portlet:renderURL />
> for don't lose the session if the browser don't support cookies.
> and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.

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

        

[jira] Commented: (PLUTO-252) Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.

Posted by "Elliot Metsger (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/PLUTO-252?page=comments#action_12433102 ] 
            
Elliot Metsger commented on PLUTO-252:
--------------------------------------

I think that the modes need to come from portlet.xml.  We shouldn't duplicate information in the portal, and after all the portlet is what knows what modes it should support.

> Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
> --------------------------------------------------------------------------
>
>                 Key: PLUTO-252
>                 URL: http://issues.apache.org/jira/browse/PLUTO-252
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portal driver, portlet container taglibs
>    Affects Versions: Current CVS
>            Reporter: Simone Federici
>             Fix For: 1.1.0
>
>         Attachments: PatchPluto1.1.beta.txt
>
>
> This patch modify the Custom Tags
> <pluto:url /> <portlet:actionURL /> <portlet:renderURL />
> for don't lose the session if the browser don't support cookies.
> and permitted to specify  in the pluto-portal-driver-config.xml the portlet modes that you don't wont to see.

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