[appfuse-user] hi

2008-03-03 Thread khalid el hayani
please can you tell me if can i use AppFuse 2.x with struts 1? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] Help on menu generation

2008-03-03 Thread Carlos Ortiz
Hi guys I need to know where I can find a good menu implementation for my web application and it must absolutely free. The menu has to be configurable and must support a vertical or horizontal distribution with several levels. It is something as a menu used in desktop applications but they are fo

Re: [appfuse-user] UserAction.save cannot see User.getVersion()

2008-03-03 Thread Richard M
OK, I've found a bit more. It looks like a classpath problem. I extracted src/main/java/org/appfuse/webapp/action/UserAction.java and added a few logging statements which moved the original line 161 down a bit. BUT the exception line number and method call is unchanged. I then did a "mvn jetty:ru

Re: [appfuse-user] hi

2008-03-03 Thread Nathan Anderson
Khalid, If you want to use AppFuse and Struts 1, you should stick with AppFuse 1.9.x. The biggest difference is the Ant build system rather than Maven. Enjoy, Nathan - "khalid el hayani" <[EMAIL PROTECTED]> wrote: > please can you tell me if > can i use AppFuse 2.x with struts 1? > >

Re: [appfuse-user] UserAction.save cannot see User.getVersion()

2008-03-03 Thread Yuri Weseman
Hi Richard, Don't know if I can help you, but I had a problem similar to yours. In my case *.class had ended up in my src directory (in src/main/webapp/WEB-INF/classes). I didn't really investigate this further, but assumed it might had to do with mvn war:inplace. After I removed the *.class files

Re: [appfuse-user] UserAction.save cannot see User.getVersion()

2008-03-03 Thread Richard M
Yuri, Thank you. Deleting the org and com packages from src/main/webapp/WEB-INF/classes did the trick. Anyone: Where would be a good place to document this - so it had less chance of biting someone else?? Yuri Weseman wrote: > > Hi Richard, > > Don't know if I can help you, but I had a probl

[appfuse-user] editable displaytag

2008-03-03 Thread Vic Cekvneich
So I have googled to try to get display tag to be editable. Ex: Checkbox on the list to select (in Struts). I can't find a page to show me or a source example. help? tia, .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit