[appfuse-user] Problem with Ajax4Jsf! Please help!

2008-04-25 Thread Attila
Hi Guys, I've a big problem using ajax4jsf (1.06) in Appfuse 2.01. After the HttpSession is expired, when I try to do somthing -ajax4jsf enabled function, for example select another value in an ajax enabled drown-down - on the page, it redirects to login page but without any style sheet decoratio

Re: [appfuse-user] Problem with the Quickstart archetype Struts 2 Basic

2008-04-25 Thread yogayogi
Thanks, it works. But only if I start from the beginning again. If I just add it to exist project, it won't work. mraible wrote: > > Can you try adding the following to your pom.xml? > > > org.springframework > spring-web > ${spring.version} >

Re: [appfuse-user] Missing jars from Struts2 Archetype

2008-04-25 Thread Vincent Ramdhanie
I had a similar problem with netbeans before, using *mvn appfuse:full-source * solved the problem for me. Vincent On Fri, Apr 25, 2008 at 10:56 AM, Ryan Withers <[EMAIL PROTECTED]> wrote: > Matt, > > Thanks for the response. I was hoping to verify that the struts2 appfuse > basic struts jar fil

Re: [appfuse-user] Validator - generated JavaScript - function names don't match

2008-04-25 Thread Matt Raible
Are you saying that client-side validation throws an error? Which web framework and version of AppFuse are you using? Does it work on the demo site? Matt On Fri, Apr 25, 2008 at 7:57 AM, Robert Campbell <[EMAIL PROTECTED]> wrote: > I can't believe I'm the only one encountering this, so I probably

Re: [appfuse-user] Missing jars from Struts2 Archetype

2008-04-25 Thread Matt Raible
It's a NetBeans issue with the warpath plugin. If you use IDEA or Eclipse (generating files with idea:idea or eclipse:eclipse), everything should work. Of course, the command-line is guaranteed to work as its pure Maven. Matt On Fri, Apr 25, 2008 at 7:56 AM, Ryan Withers <[EMAIL PROTECTED]> wrote

[appfuse-user] Validator - generated JavaScript - function names don't match

2008-04-25 Thread Robert Campbell
I can't believe I'm the only one encountering this, so I probably am doing something competely wrong. I have server-side validation working perfectly. I enabled client-side validation by adding this tag: Which does generate the JavaScript validation at runtime. The problem however, is that the f

Re: [appfuse-user] Missing jars from Struts2 Archetype

2008-04-25 Thread Ryan Withers
Matt, Thanks for the response. I was hoping to verify that the struts2 appfuse basic struts jar file was at least getting downloaded. In the project itself when implementing the unit test for the action class Netbeans is complaining that it can't find the BaseActionTestCase. Looking at the pr

Re: [appfuse-user] Missing jars from Struts2 Archetype

2008-04-25 Thread Matt Raible
I don't understand what the problem is. What are you hoping to see with the find command? On Fri, Apr 25, 2008 at 7:49 AM, Ryan Withers <[EMAIL PROTECTED]> wrote: > Hello All, > > I'm working on a project (writing an article actually) concerning appfuse. > I'm using the following archtype: > >

[appfuse-user] Missing jars from Struts2 Archetype

2008-04-25 Thread Ryan Withers
Hello All, I'm working on a project (writing an article actually) concerning appfuse. I'm using the following archtype: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeV

Re: [appfuse-user] failed after mvn jetty:run-war

2008-04-25 Thread Matt Raible
Adding the following to your pom.xml should fix this: org.springframework spring-web ${spring.version} Matt On Fri, Apr 25, 2008 at 12:52 AM, ftjn689 <[EMAIL PROTECTED]> wrote: > > i just learn appfuse 2.0.1 and try to create modular struts, but

Re: [appfuse-user] formcontroller test get null formcontroller

2008-04-25 Thread Matt Raible
What is on line 28 of AcaoFormControllerTest? On Fri, Apr 25, 2008 at 4:53 AM, mpinheiro <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > The trace is from test class when it tried to do a handlerequest. I tested > with assertNotNull(c) and it fails. Here is the dispatch bean: > > class="b

Re: [appfuse-user] formcontroller test get null formcontroller

2008-04-25 Thread mpinheiro
Hi Matt, The trace is from test class when it tried to do a handlerequest. I tested with assertNotNull(c) and it fails. Here is the dispatch bean: All manager and dao tests works fine. -

Re: [appfuse-user] spring-security

2008-04-25 Thread kace
I use the same settings as Matts pom file. The problem disappears when I use maven 2.0.6. Using maven 2.0.9 and 2.0.8 results in the above issue. ..kace -- View this message in context: http://www.nabble.com/spring-security-tp16797546s2369p16894651.html Sent from the AppFuse - User mailing lis

[appfuse-user] failed after mvn jetty:run-war

2008-04-25 Thread ftjn689
i just learn appfuse 2.0.1 and try to create modular struts, but i found some problem. I did following steps : 1.mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=