Has anyone been able to use AppGen with a POJO that has a CamelCase
name such as "FireTruck"? When I run it and click on "FireTruck List" in the menu, the console shows the following: [tutorial-spring] WARN [btpool0-1] PageNotFound.noHandlerFound(1063) | No mapping for [/fireTrucks.html] in DispatcherServlet with name 'dispatcher'I've found that in order to get it to work, I have to create the POJO in Sentence Case ("Firetruck") but this violates my naming conventions. OK, it would be ok to use Firetruck, but this is just an example. Any thoughts? Should I create a bug for this? Waldo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- [appfuse-user] AppGen and CamelCase Waldo Rochow
- Re: [appfuse-user] AppGen and CamelCase Richard M