[appfuse-user] difficulty with appfuse:gen on web module

2010-05-03 Thread Dah Sch
Hello, I don't succeed to generate without errors the web module after generating and installing my new entities in the core module. I have been faced with 2 errors successively and I don't know if they are linked together. Environment : Appfuse Version: 2.1.0-M1, full-source, multimodule

Re: [appfuse-user] locale problem, HTTP 500 error

2010-05-03 Thread Boris Kißner
Thank you for your quick reply. I´ve searched the log files, but no related entry. Did this many times before. After some try and error, i replaced my ApplicationResources.properties file with the original one and it works. The problem was a duplicate entry in this file. An exception would have

Re: [appfuse-user] Howto Implments Menu-Role from Database

2010-05-03 Thread Matt Raible
This might help: http://demo.raibledesigns.com/struts-menu/dynamicMenu.jsp On Sun, May 2, 2010 at 8:54 AM, Tony Luo wrote: > Hi All, > > I am trying to start one new project and it requires Menu-Role Mapping > from the database. > > I did some investigation on Struts Menu. I think it could gen

Re: [appfuse-user] Howto Implments Menu-Role from Database

2010-05-03 Thread Tony Luo
Hi Matt, Thanks for your reply. I have checked that demo already. But it doesn't implements the relationship between the Menu and Role as the XML does in the database. That's what I want to do. I think it is quite a common requirement. So I ask for help to see whether there is some good suggestio