[appfuse-user] AppFuse Primer Correction

2008-04-19 Thread David Whitehurst
The following link makes a correction to the AppFuse Primer. The Quickstart chapter 2 archetype command was using the wrong version. http://www.nabble.com/Quickstart-Technical-Corrections-td16788972.html David

[appfuse-user] formcontroller test get null formcontroller

2008-04-19 Thread mpinheiro
Hi All, Im having a trouble with all of mine form controllers test because when they try to run handleRequest of a FormController, it is null. Below is a example. I set the bean definition in dispatcher-servlet and a urlmapping value as /acaoForm.html=acaoFormController. What is w

[appfuse-user] formcontroller test get null form

2008-04-19 Thread mpinheiro
-- View this message in context: http://www.nabble.com/formcontroller-test-get-null-form-tp16787164s2369p16787164.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [appfuse-user] how does http://localhost:8080/signup.html work?

2008-04-19 Thread Michael Horwitz
On 19/04/2008, Chad Chen <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a question regarding the signup page for the Appfuse-SpringMVC web > application I just built. I have noticed that only the following URL leads > to the signup page correctly: > > http://localhost:8080/signup.html > > while anyt

Re: [appfuse-user] Change MyFaces to Sun-RI for JBoss RichFaces Application.

2008-04-19 Thread viggo
I have browsed some information about the Richfaces 3.2, and I think you're also required to run at least jdk 1.5. As Matt tells you, the best way is to just jump into it and give it a try:) And, also read the developer guide provided by the Richfaces guys, it's pretty good in my opinion!! Regar

Re: Re: [appfuse-user] Hi,Matt,do you use Nexus as indexer of your maven repository proxy?

2008-04-19 Thread oliver.appfuse
i check it already,everything works properly if i don't use the nexus. oliver.lee 2008-04-19 发件人: Matt Raible 发送时间: 2008-04-19 23:28:36 收件人: users@appfuse.dev.java.net 抄送: 主题: Re: [appfuse-user] Hi,Matt,do you use Nexus as indexer of your maven repository proxy? I don't use Nexus personal

Re: Re: [appfuse-user] Hi,Matt,do you use Nexus as indexer of your maven repository proxy?

2008-04-19 Thread oliver.appfuse
but i found this repository in appfuse,does that means you can use this repository well without nexus? oliver.lee 2008-04-19 发件人: Matt Raible 发送时间: 2008-04-19 23:28:36 收件人: users@appfuse.dev.java.net 抄送: 主题: Re: [appfuse-user] Hi,Matt,do you use Nexus as indexer of your maven repository p

Re: [appfuse-user] Hi,Matt,do you use Nexus as indexer of your maven repository proxy?

2008-04-19 Thread Matt Raible
I don't use Nexus personally, but we use it at work. Unfortunately, I don't know why http://howardlewisship.com/repository/ doesn't work. Matt On Sat, Apr 19, 2008 at 8:28 AM, oliver.appfuse <[EMAIL PROTECTED]> wrote: > > > hi,matt > > i encounter this problem,cant download jars from > http://how

Re: [appfuse-user] Upgrading to Spring Security

2008-04-19 Thread Marcello Teodori
mraible wrote: > > On Fri, Apr 18, 2008 at 3:34 AM, Marcello Teodori > <[EMAIL PROTECTED]> wrote: >> >> For an application that I've already in production and where I cannot >> change >> passwords, is there a backwards-compatible configuration? > > That's a good point. I suppose I should bac

Re: [appfuse-user] learn struts2 whit appfuse

2008-04-19 Thread Cens
robertoguari wrote: > > In your opinion is better work whit linux system? > Roberto, I am using Appfuse on Windows without problems. At the beginning it was quite problematic though. My suggestions are: * use Maven-plugin for Eclipse (update site: http://m2eclipse.sonatype.org/update) * confi

Re: [appfuse-user] learn struts2 whit appfuse

2008-04-19 Thread robertoguari
thanks for your replay, but following this guide I have many maven and eclipse errors. my envoirement is: windows xp SP2 jdk 1.5 maven 2.0.7 eclipse 3.3 mysql 5 In your opinion is better work whit linux system? mraible wrote: > > You should use the QuickStart Guide followed by the Tutorials

Re: [appfuse-user] Login table

2008-04-19 Thread Cens
Hi Emilio, I had the same problem, since I had to build an Appfuse application upon an existing database, where the login information are stored in a table that is maintained by a third-party application. Furthermore the database had a lot of composite primary-keys, which are not easily handled wi