4 Replies Latest reply on Jan 27, 2010 11:58 PM by gzoller.greg.zoller.aviall.com

    Seam and Wicket Newbie

    gzoller.greg.zoller.aviall.com

      I decided to try Wicket with a Seam project.  I read this great howto by Peter Muir: http://in.relation.to/Bloggers/SeamlessWicket, but am having trouble.


      I created the HelloPage.html in the src/web directory, seeing that wicket html pages needed to go with their corresponding source files.


      But what url do I hit to access this page?  localhost:8080/HelloPage.html gave me a 404.


      In the deployed ear file I can see that in WEB-INF/lib the wicket.jar and jboss-seam-wicket.jar files are present.  The components.xml has wicket set up and points to my application class.


      In WEB-INF/wicket there is a directory tree containing my application (extends SeamApplication), my HomePage.class and HomePage.html files.


      As per the article, all the JSF/RF stuff has been stripped out and I don't see references to them in either the libs or the config.


      A 404 suggests that something that is supposed to intercept my page request and process it through Wicket isn't happening.


      Any ideas?
      Thanks!
      Greg