You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Mark Orciuch (JIRA)" <je...@portals.apache.org> on 2005/05/12 20:25:33 UTC

[jira] Resolved: (JS1-546) [ENH] Ability to change portlet security ref and skin in portlet set customizer

     [ http://issues.apache.org/jira/browse/JS1-546?page=all ]
     
Mark Orciuch resolved JS1-546:
------------------------------

    Resolution: Fixed

Enhancement applied and tested

> [ENH] Ability to change portlet security ref and skin in portlet set customizer
> -------------------------------------------------------------------------------
>
>          Key: JS1-546
>          URL: http://issues.apache.org/jira/browse/JS1-546
>      Project: Jetspeed
>         Type: Improvement
>   Components: Customizer
>     Versions: 1.6-dev
>     Reporter: Mark Orciuch
>     Assignee: Mark Orciuch
>     Priority: Minor
>      Fix For: 1.6

>
> Currently, in order to change portlet skin or security ref, one must enter the portlet customizer. In order to save keystrokes, it would be useful to perform these functions from the portlet set customizer.

-- 
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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Dinamic Image - Servlet

Posted by Santiago Urrizola <ch...@yahoo.com.ar>.
Hi ti all.
I have an struts portlet application, and in one jsp i paint an image
dinamicaly with a servlet like this

    <img
src=<%=request.getContextPath)%>/servlet/image?objectName=xxx&objectProperty
=iamge>

the servlets looks in the session the objet named {objectName} and get his
property {image}, this property is and
byte[] , the wirte it on the response, with the response writer.

The problem is that in J2, when i put this application in a portlet, when
the browser invokes the sevlet, downsent read the same session to J2.
/myapp/servlet/image?..... never could get the objet stored in the session
for the application. So i cant paint the image.
I read in a previous thread, some problem like this, could anyone know hoy
can i fix that ?? or other alternative to solve this ??

Thanks a lot.
Santiago





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