Hi, Crant! Are you using a IDE or a build tool? I ask because these utilities help us on deploy routine. Have you enabled the click debug mode?[1]
Regards, Gilberto [1] http://click.apache.org/docs/user-guide/htmlsingle/click-book.html#application-mode 2013/2/2 Grant Tarrant-Fisher <[email protected]>: > Hi > > I have just gone through the steps from quick start guide on the web site > but I cant get the example to work, if I navigate to the web app area it > picks up the redirect to home.htm, but then it displays > > Page Not Found > > The page you requested was not found. > > I am not sure how I debug this, I have also deposited the following: > > package com.quickstart.page; > > import org.apache.click.Page; > > public class HomePage extends Page { > > } > > into BorderPage.java in the te Web-INF/classes folder > > I have noticed that a click directory is created when i access the web app, > > Any help would be much appreciated. > > cheers, Grant
