RE: Wicket Ajax in JBOSS Portal

2009-12-01 Thread liangyulin
incomplete... If I send you a > minimalistic AJAX portlet which works in eXo, would you mind adapting it for > JBoss (web.xml & portlet.xml) and try and see if it works? HTH! > > Regards, > > Pierre > > > 2009/12/1 liangyulin > > > > > Yes, in

RE: Wicket Ajax in JBOSS Portal

2009-12-01 Thread liangyulin
pache.org > > Are you sure you've provided this: > > > AjaxApplication > > /ajax/* > REQUEST > > INCLUDE > > > > in your web.xml? Do the portlet work in servlet mode, i.e. when > calling its URL directly? > >

RE: Wicket Ajax in JBOSS Portal

2009-12-01 Thread liangyulin
st fail > to get a response? > > > 2009/12/1 liangyulin > > > > > Anybody knows this problem? > > > > From: rylin...@hotmail.com > > To: users@wicket.apache.org > > Subject: Wicket Ajax in JBOSS Portal > > Date: Mon, 30 Nov 2009 15:49:53 +0800 &g

RE: Wicket Ajax in JBOSS Portal

2009-11-30 Thread liangyulin
Anybody knows this problem? From: rylin...@hotmail.com To: users@wicket.apache.org Subject: Wicket Ajax in JBOSS Portal Date: Mon, 30 Nov 2009 15:49:53 +0800 Hello, I tried to deploy a wicket application (1.4.3 version) in JBOSS portal 2.7.2 as portlet, but it seemed that the AJAX funct

Wicket Ajax in JBOSS Portal

2009-11-29 Thread liangyulin
Hello, I tried to deploy a wicket application (1.4.3 version) in JBOSS portal 2.7.2 as portlet, but it seemed that the AJAX functionality didn't work, for example, I would like to use rating panel in wicket extension but the ajax submit failed. Who knows how to resolve this problem or any work