For #1, a URL shouldn't have to be added - the URL is calculated by ControllerClassNameHandlerMapping.
http://tinyurl.com/34gtkt Matt On 1/12/08, mschipperheyn <[EMAIL PROTECTED]> wrote: > > Hi, > > I basically went through the entire cycle of quickstart on a Spring MVC, > adding a bean with annotations, installing it through appfuse:gen and > running it. I had some problems getting the web pages to display. The bean > in question was Country.java. > > I've got it working now but there are some bugs in Appfuse that need a > little attention. > > * Page not found: in dispatcher-servlet.xml the "urlMapping" to the > controller for the bean is not added by appfuse:gen > * Appfuse generates some files based on the name of the bean. For some > reason it created all these "countries" file with the exception of one: > pages/Countrys.jsp. Apparently, the plural fails here, leading to a file not > found. > > I'll add this in Jira. > > Cheers, > > Marc > > > -- > View this message in context: > http://www.nabble.com/Problems-running-webapp%3A-page-not-found-tp14780949s2369p14780949.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
