Hi Süli, How did you configure PortletResourceURLFactory for JBoss portal? I got the following error when trying the example:
Caused by: javax.portlet.PortletException: Portlet RolesAuthApplication is incorrectly configured. Init parameter PortletResourceURLFactory not specified, nor as context parameter org.apache.portals.bridges.common.PortletResourceURLFactory or as property in org/apache/wicket/protocol/http/portlet/WicketPortlet.properties in the classpath. 13:57:19,593 ERROR [STDERR] at org.apache.wicket.protocol.http.portlet.WicketPortlet.init(WicketPortlet.java:153) 13:57:19,593 ERROR [STDERR] at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.initPortlet(PortletContainerImpl.java:359) 13:57:19,593 ERROR [STDERR] at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.start(PortletContainerImpl.java:233) Süli Zsolt wrote: > > > > > > > Hi! > > I have been trying to make Wicket (1.3.0) work with Jboss Portal (Jboss > 4.2.2 and Portal 2.6.1. or 2.6.3.) for 2 weeks. Everything is ok, > except AJAX calling. (This portlet works like charm on Jetspeed2.) > > So let's see what we know... > > Ajax Request reaches the server, and it gives me a respond too. The > problem is, that the respond doesn't contain an > <ajax-response> element, as this error says (from the WICKET > AJAX > DEBUG window) > ERROR: > Error while parsing response: Could not find root <ajax-response> element > > INFO: Invoking post-call handler(s)... > > > > WicketAjaxGet JS functions has this String as first parameter: > http://localhost:8080/portal/portal/default/wickethelloportlet/WicketHelloPortletPortletWindow?action=2&_wuview=%2Fwickethelloportlet%2F%3Fwicket%3Ainterface%3D%3A0%3Ac1-link%3A%3AIBehaviorListener%3A0%3A&_ru=true > > I debugged JbossPortal, and I saw that the HttpServletRequest has a > _wuview parameter, but it doesn't appear in the generated > PortletRequest (as a parameter). (If I call that URL directly from the > browser, it generates an <ajax-response> element and the _wuview > parameter still exists in the PortletRequest.) So my RequestTarget will > be [EMAIL PROTECTED] > pageClass=wicket.test.HomePage, not > org.apache.wicket.request.target.component.listener.BehaviorRequestTarget. > > Does anybody has luck with Wicket + Jboss Portal? What am I doing wrong? > Any help would be appreciated! Thx in advance! > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Jboss-Portal-%2B-Wicket-%28Portlet%29-tp14953943p14988555.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
