On Thu, Feb 26, 2009 at 08:11:46AM -0800, suneeelu wrote: > > > Hi, > We are trying to run the echo wicket example application as a wicket portlet > on WAS 7.5. > > We are able to load the echo application as a portlet but when we enter any > text and submit the form, the form doesn't gets submitted and the page > always gets loaded with the default echo text. > > We are using the same echo example application given in the wicket examples > and we are using the wicket-1.4.2-SNAPSHOT versions for the portlet JSR 286 > support. > > Has the 286 support tested on WAS? Are there known issues? > > The Wicket documentation mentions that we need to use WicketFilter instead > of WicketServlet, but when we run the wicket web application in WAS, the > application doesn't run with the WicketFilter. we need to change it to > WicketServlet to make it run. do Wicket Portlets also need the WicketServlet > configuration?
I don't know about WAS 7.5 or portlet but on WAS 6.1 for wicket to run with WicketFilter you have to apply this solution else you get 404 HTTP errors: http://www-01.ibm.com/support/docview.wss?uid=swg24014758 Philippe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
