Hi Ate, I also believe my implementation of PortletResourceURLFactory is not proper but I wanted to check whether the I can work with Wicket Portlets. So I have just made a simple implementation class.
and coming to the exception I have fixed it by having a character encoding filter in the web.xml file which sets the encoding of the servlet request. n I have also modified the web.xml to include the WicketFilter which calls the WicketServlet class. The reason why I went for WicketServlet is when Iam developing a simple wicket application with out portlets I was not able to run the application using WicketFilter in websphere server. The application runs only when I use the WicketServlet. The same happened with Portlets also. So I started with WicketServlet but now Iam calling the WicketServlet from the WicketFilter. The HelloWorld portlets runs fine. atleast it looks to be. :thinking: But I stilll have lot of doubts abt working of wicket portlets. Iam not seeing any configuration file where I have to set the configuration of the portlets. I have developed spring portlets where we hav a configuration file 'portletname-portlet.xml' where we can set the configuration like parameter handler mappings and interceptors for the spring portlets. can any one please let me know where can we set these configurations for Wicket Portlets. if there is any sample wicket portlet project which runs on jetsepped or any other portal, it will be really useful to me. I have 2 more days left to try out wicket portlets. n If I cant run teh wicket portlets by that time Iam afraid I have to stop working on wicket portlets and go on with spring portlets itself. I hope some one can help me on this. http://www.nabble.com/file/p17809602/web.xml web.xml Thanks, Sunil. -- View this message in context: http://www.nabble.com/Spring-Wicket-Portlets-on-websphere-6.1-tp17795510p17809602.html Sent from the Wicket - Dev mailing list archive at Nabble.com.
