Re: Portlet howto

2007-10-29 Thread Thijs
I've tried to localize this. It looks like the generated url s not correct. this is the source for the ajax link example href=# onclick=var wcall=wicketAjaxGet('http://localhost:8080/web/guest/admin?p_p_id=AjaxApplicationp_p_action=1p_p_col_id=column-1p_p_col_count=1;',null,null, function()

Re: Portlet howto

2007-10-26 Thread Thijs
Hello Charly, Have you got any answer from Liferay jet? We could put this in an issue in the Liferay support system. Or post a message on the forum. I tried something very ugly I implemented encodeRedirectURL as encodeURL is implemented. (copied the code) This prevents the nullpointer of

Re: Portlet howto

2007-10-19 Thread Charles CHAHBAZIAN
Hi Ate, Ate Douma a écrit : Charly wrote: Hello, I have the beginning of a solution ! Cool ! My code is based on Liferay's struts support with some adaptations. At this time, Guestbook portlet sample is ok, and I've made a modification in wicket to get

Re: Portlet howto

2007-10-18 Thread Ate Douma
Charly wrote: Hello, I have the beginning of a solution ! Cool ! My code is based on Liferay's struts support with some adaptations. At this time, Guestbook portlet sample is ok, and I've made a modification in wicket to get Navomatic and other bookmarkablePage working. The main point is

Re: Portlet howto

2007-10-17 Thread Charly
Hello, I have the beginning of a solution ! My code is based on Liferay's struts support with some adaptations. At this time, Guestbook portlet sample is ok, and I've made a modification in wicket to get Navomatic and other bookmarkablePage working. The main point is that Liferay want a new

Re: Portlet howto

2007-10-09 Thread Patrick Gill
Hi Ate and Charly, I'm working on the same thing. I'm currently using Liferay's implementation for ServletContextProvider (com.liferay.util.bridges.struts.LiferayServletContextProviderWrapper) . Ate Douma wrote: - in the LiferayToPortalBridgePortletResourceURLFactory you seem to simply

Re: Portlet howto

2007-10-09 Thread Patrick Gill
Ate Douma wrote: That was my initial attempt at it. For Jetspeed, I have much improved/simplyfied this after I added ResourceURL handling natively to the portal (internally), and I only need to set a predefined flag/parameter to tell it to use it (instead of creating a plain RenderURL

Re: Portlet howto

2007-10-08 Thread Ate Douma
Thijs wrote: Hi (Ate?) Hi Thijs, Is there someone who could write a small wikipage on what I have to change in a Quickstart project to deploy it as a portlet? I can and will, and even promised to do so last week :( But I'm currently crammed with two new client (portal) projects put on my

Re: Portlet howto

2007-10-08 Thread Charly
Hi Ate and Thijs, I'm actually trying to get Wicket working with Liferay portal 4.3.2. I already implement the 2 interfaces (not really sure of my work) and I can actually see the portlet example content of Wicket in Liferay. Here the steps I've done : - use Liferay 4.3.2 with tomcat (there's

Re: Portlet howto

2007-10-08 Thread Gwyn Evans
On Monday, October 8, 2007, 11:45:39 AM, Ate [EMAIL PROTECTED] wrote: To get you started, I'll give the important configuration (and portal runtime) settings/requirements inline here. These will eventually end up on a Wiki page, but I'm afraid I won't have time to write that before next week.

Re: Portlet howto

2007-10-08 Thread Ate Douma
Gwyn Evans wrote: On Monday, October 8, 2007, 11:45:39 AM, Ate [EMAIL PROTECTED] wrote: To get you started, I'll give the important configuration (and portal runtime) settings/requirements inline here. These will eventually end up on a Wiki page, but I'm afraid I won't have time to write that