[appfuse-user] Please help me thank you very much.

2007-11-22 Thread dujunsheng
Please help me thank you very much. There are 15 items of my display table. One of the column is input item(like checkbox,selectlist...). For example, My code is as below. I want to get the input value of the item 'todoList.state' in my action(15 iems), how can I write the code?

Re: [appfuse-user] Problem with jetty:run in Tapestry basic archetype

2007-11-22 Thread Matthew Sinclair
Good point about the pom - the one I made the change in was the root pom at the top level, above the "core" and "web" directories (in a tapestry-modular archetype). HTH, M@ traceon wrote: > > hi together, > > unfortunatley this doesn't work for me. in which specific pom i have to do > this cha

[appfuse-user] cas sso...

2007-11-22 Thread J. David Mendoza
Has anyone configured an appfuse 2.0 app as a CAS Client? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] Spring MVC jar packaging question for Spring 2.5

2007-11-22 Thread Carlos Ortiz
Hey guys Does anybody know why Spring MVC is not included inside the Spring.JAR file but it is outside? What reason has led the development team to make this change?

Re: [appfuse-user] Appfuse 2.0 "fullversion" Issue

2007-11-22 Thread Matt Raible
Make sure you run "mvn clean". If the problem persists, check your package names in src/main/java - do they match with the ones in web.xml? Matt On Nov 22, 2007, at 6:49 AM, Alejandro Castro wrote: Hello, I read here http://appfuse.org/display/APF/AppFuse+Core+Classes that you should not

Re: [appfuse-user] Error: Module hivemind.lib is duplicated!

2007-11-22 Thread traceon
thx! that solved the problem :) Mike Horwitz wrote: > > You need to delete the contents of WEB-INF/lib in your webapps directory > after doing a war:inplace. > > Mike > > On 11/21/07, traceon <[EMAIL PROTECTED]> wrote: >> >> >> hi together, >> >> i've done the following steps from the quick-

Re: [appfuse-user] Appfuse 2.0 "fullversion" Issue

2007-11-22 Thread Alejandro Castro
Hello, I read here http://appfuse.org/display/APF/AppFuse+Core+Classes that you should not change the package names of appfuse classes. That link applies specificly to core classes, but I assume that might me the same case of other classes in org.appfuse. Anyway, I think that can be done but it s

Re: [appfuse-user] Problem with jetty:run in Tapestry basic archetype

2007-11-22 Thread traceon
hi together, unfortunatley this doesn't work for me. in which specific pom i have to do this changes!? i have upto 5 pom's (wich tapestry-spring, tapestry-flash entries) in my target and 1 in my src folder. i've changed all specific entries from "runtime" to compile, but i still get the error. ar

Re: [appfuse-user]

2007-11-22 Thread Carlos Ortiz
Just a curiosity, which tag library are we talking about, I guess it is http://displaytag.sourceforge.net/11/, isn't it? I think when making such a question it must have been contextualized so new users know what is the conversation all about, thaks On Nov 22, 2007 12:39 AM, Ron Anderson <[EMAIL

Re: [appfuse-user] Encryption of database password in applicationContext-resources.xml

2007-11-22 Thread Michael Horwitz
On 11/22/07, nutanc <[EMAIL PROTECTED]> wrote: > > > Hi, > We are implementing an application using appfuse in a bank environment.One > of the requirements of the bank is that there be no clear text passwords > stored in any of the files. Unfortunately, in appfuse we store the > password > in clear

[appfuse-user] Encryption of database password in applicationContext-resources.xml

2007-11-22 Thread nutanc
Hi, We are implementing an application using appfuse in a bank environment.One of the requirements of the bank is that there be no clear text passwords stored in any of the files. Unfortunately, in appfuse we store the password in clear text in one or two locations like applicationContext-resource

[appfuse-user] Appfuse 2.0 "fullversion" Issue

2007-11-22 Thread Muthu Velappan
Hi All, I downloaded the Appfuse fullsource version and changed the package names to com.mycompany.app instead org.appfuse. Now, whenever I try run the application using mvn jetty:run, It throws the following exception java.lang.NoClassDefFoundError: com/mycompany/app/webapp/listener/StartupLi

Re: [appfuse-user] Hibernate Dirty Checking Verification

2007-11-22 Thread kaloyz2
Hello Matt, Thank you for the reply. I guess my concerns have been addressed. Just read an ebook given to me by my friend about hibernate. It seems that Dirty Checking is performed by Hibernate as late as possible but hides the details from the application. Thanks again for the response. Carlo F

Re: [appfuse-user] fmt and c tag library

2007-11-22 Thread ujjala
After removing cewolf.tld description from the taglibs.jsp , the application seems to be working fine but I am not able to generate charts now. Wondering why cewolf tld's should throw an error like that. Any Clues Mike Horwitz wrote: > > From this post it looks as if your problem may be related

Re: [appfuse-user] Error: Module hivemind.lib is duplicated!

2007-11-22 Thread Michael Horwitz
You need to delete the contents of WEB-INF/lib in your webapps directory after doing a war:inplace. Mike On 11/21/07, traceon <[EMAIL PROTECTED]> wrote: > > > hi together, > > i've done the following steps from the quick-start guide: > - Archetype Tapestry Basic project > - mvn > - jetty:run-war

Re: [appfuse-user] AppFuse 2.0 + hibernate mapping

2007-11-22 Thread Michael Horwitz
On 11/21/07, Henrik Lohse <[EMAIL PROTECTED]> wrote: > > Hello list, > > I am trying to set up my first appfuse project. I am using appfuse 2 > with hibernate and tapestry. > > Basically, I did the tutorial and now want to modify it: > > I have a table "project" (=the Person in the tutorial) and ne