Roberto Rossi-3 wrote: > > BTW .. If it is uneasy to use ajax and servlets with portlets in > jetspeed2, can you point me the way how to periodically refresh > portlet content to catch changes in database for an instance > > > You can use: > - AJAX > - http page refresh meta tag (but this cause a whole page refresh) > - a flash component that fetches periodically xml data from another > source > I'm currently looking into virtually the same as this but with no luck. What I want to do is refresh an individual Jetspeed page fragment (portlet) on an interval. I was able to do this in Liferay by some fairly simple jQuery but I don't see to be able to achieve the same results in Jetspeed.
I have searched and found a number of posts on these forums about Individual Portlet Refresh but most of them are over 3 years old and didn't really get any useful answers at the time (or at least nothing I could understand). This is causing me quite a headache in our Liferay to Jetspeed portlet migration. If it helps, the code I used in Liferay was: var url = "/c/portal/render_portlet?p_l_id=" + themeDisplay.getPlid() + "&p_p_id=<portlet:namespace/>&p_p_action=0&p_p_state=normal&p_p_mode=view"; jQuery("#p_p_id<portlet:namespace/>").load(url); Basically it had a render_portlet URL which could force an individual portlet to re-render it's information on a screen without doing a full F5 style page refresh. Does Jetspeed have anything similar? Thanks, Rob -- View this message in context: http://www.nabble.com/AJAX-and-portlet-tp24070003p24094243.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org