You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by anyz <an...@gmail.com> on 2011/03/21 11:28:19 UTC

Single Portlet Refresh

Does Jetspeed supports Single Portlet Refresh. For example clicking a link
in one portlet should reload that portlet withou relaoding other portlets on
page?
Thanks

Re: Single Portlet Refresh

Posted by Woonsan Ko <wo...@yahoo.com>.
Jetspeed-2.2.x doesn't support a full out-of-box partial rendering, but it supports portlet rendering URL via the portlet pipeline your client side script code can communicate with. For example,

* Getting rendered markup of the portlet entity of dp-7 in default-page.psml:
- /jetspeed/portlet/default-page.psml?entity=dp-7

You can put 'mode' or 'state' parameter as well. For example,

- /jetspeed/portlet/default-page.psml?entity=dp-7&mode=view&state=normal


Woonsan

--- On Mon, 3/21/11, anyz <an...@gmail.com> wrote:

> From: anyz <an...@gmail.com>
> Subject: Re: Single Portlet Refresh
> To: "Jetspeed Users List" <je...@portals.apache.org>
> Date: Monday, March 21, 2011, 12:43 PM
> Found this thread most informative by
> couldn't make it work yet.
> http://old.nabble.com/AJAX-and-portlet-td24070003.html#a24070003
> 
> Does J2 supports individual portlet refresh out of box or
> need some
> customize framework for it?
> 
> 
> 
> On Mon, Mar 21, 2011 at 3:28 PM, anyz <an...@gmail.com>
> wrote:
> 
> > Does Jetspeed supports Single Portlet Refresh. For
> example clicking a link
> > in one portlet should reload that portlet withou
> relaoding other portlets on
> > page?
> > Thanks
> >
> 


      

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


Re: Single Portlet Refresh

Posted by anyz <an...@gmail.com>.
Found this thread most informative by couldn't make it work yet.
http://old.nabble.com/AJAX-and-portlet-td24070003.html#a24070003

Does J2 supports individual portlet refresh out of box or need some
customize framework for it?



On Mon, Mar 21, 2011 at 3:28 PM, anyz <an...@gmail.com> wrote:

> Does Jetspeed supports Single Portlet Refresh. For example clicking a link
> in one portlet should reload that portlet withou relaoding other portlets on
> page?
> Thanks
>