Re: Portlet howto

2007-10-29 Thread Thijs
cktrace indicates, >> the redirect is called from BufferedWebResponse.java:66 and there it >> only does that *if* the url != null. >> >> Can you further debug this? >> >> >> Your Right, the redirectURL is not null in BufferedWebResponse.java:66, >> but is set to null by Liferay's code on : >> com.liferay.portlet.PortletServletResponse >> code is : >> >> public String encodeRedirectURL(String url) { >> return null; >> } >> >> I don't know why, but I have to see with Liferay's Team. (very strange >> code) >> >> Ate >> >> >> >> - >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> -- >> Charles CHAHBAZIAN [EMAIL PROTECTED] >> Directeur Recherche & Développement >> 15 quai Tilsitt - 69002 LYON >> tel. +33 478 38 54 18 - >> fax +33 426 68 91 68 >> >> ... >> >> >>> www.alinto.net - >> The messaging reflex <<< >> >> >> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/Portlet-howto-tf4587073.html#a13467811 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Portlet howto

2007-10-26 Thread Thijs
} > > I don't know why, but I have to see with Liferay's Team. (very strange > code) > > Ate > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For ad

Re: Portlet howto

2007-10-21 Thread Miso
Hello I tried your solution on Liferay 4.3.3 and it seams to work. Michal -- View this message in context: http://www.nabble.com/Portlet-howto-tf4587073.html#a13330812 Sent from the Wicket - User mailing list archive at Nabble.com

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 Navom

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 t

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 H

Re: Portlet howto

2007-10-09 Thread Patrick Gill
en for almost 2 weeks now and there's been no reply. I will try updating it with what you mention here, see if that simplifies it for them, but I don't want to be a pain since Liferay is free and open source... If only they pointed me in the right direction I'm sure I could do som

Re: Portlet howto

2007-10-09 Thread Ate Douma
Patrick Gill wrote: 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 s

Re: Portlet howto

2007-10-09 Thread Patrick Gill
http://support.liferay.com/browse/LEP-3873 No reply so far, unfortunately. I've also asked for some help on the Liferay forums: http://www.liferay.com/web/guest/community/forums/message_boards/message/169952 But again, no reply. At the moment this is the main issue holding me back. --

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

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

Re: Portlet howto

2007-10-08 Thread Ate Douma
Hi Charly, Great to hear you're working on the Liferay support! I do have some questions about your interface implementations: - is the LiferayToPortalBridgeServletContextProvider the same as already provided by Liferay (for the Struts Bridge support)? - in the LiferayToPortalBridgePortletResou

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 Thijs
), to support ResourceURLs > setting any > mime-type they might need. This is just to ensure the portal/container > isn't going to complain if your ResourceURL handling is going to set an > unexpected > mime-type. If you happen to know all possible mime-types before hand you > also can enumerate each of them, i

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 tab

Portlet howto

2007-10-08 Thread Thijs
#x27;empty' quickstart. Because I'm not sure if it is Wicket that is giving me the headache's or Liferay (with their custom xml configs). Thijs -- View this message in context: http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514 Sent from the Wicket - User mailing l