[appfuse-user] vlidation on login screen

2008-06-26 Thread Anshu Dhamija
Hi I want to show validation on login screen.How can I do that Please help. Regards Anshu

Re: [appfuse-user] how To develop project AppFuse with Netbeans ?

2008-06-26 Thread J. David Mendoza
It works, doesn't it? ;) 2008/6/25 Mauri Ferreyra <[EMAIL PROTECTED]>: > Jaja! good solution!! > > > On Wed, Jun 25, 2008 at 1:57 PM, J. David Mendoza <[EMAIL PROTECTED]> > wrote: > >> I did it a bit differently... >> 1. Create the archetype >> 2. mvn eclipse:eclipse >> 3. Open Netbeans 6.1 and u

Re: [appfuse-user] mvn install eclipse:eclipse

2008-06-26 Thread Stephanus Astorizkhy
Can I know a full stack error? There is another way to integrate your appfuse project in eclipse. Edit your remote site in Appfuse and give the following URL : http://candy4appfuse.sf.net/site Hope can help.. Regards, Stephanus Astorizkhy --- On Fri, 27/6/08, John <[EMAIL PROTECTED]> wrote: F

[appfuse-user] DWR spring-dwr-2.0.xsd cannot be found, where is it...

2008-06-26 Thread Carlos Ortiz
I am using Spring V2.5 and DWR 2.0, and using Eclipse 3.3. Then I got a problem after following the configuration. for Spring + DWR file http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd cannot be found. Where is it? Does anybody know? Does the DWR team know about this fact?

[appfuse-user] mvn install eclipse:eclipse

2008-06-26 Thread John
I am using eclipse for appfuse I am getting build error for mvn install eclipse:eclipse . Seems like, it does some unit testing. Is there any better way to do that? Or is there any mvn plug-in for eclipse? -Original Message- From: Attila [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26

Re: [appfuse-user] Upgrade to Spring Security from Acegi doesn't go!

2008-06-26 Thread Attila
How can I ensure that is a Facelets error? I see this DEBUG in my log file... I've made a project from scratch, and looked into this, and there is no example that use the authorize tag. And I can't see any diffreneces... What should I specialy to look? Thanks Bye mraible wrote: > > Is thi

Re: [appfuse-user] Upgrade to Spring Security from Acegi doesn't go!

2008-06-26 Thread Matt Raible
Is this a Facelets error? You might look at the latest version of AppFuse to compare your source to its. Matt On Thu, Jun 26, 2008 at 9:10 AM, Attila <[EMAIL PROTECTED]> wrote: > > Hi, > > I've upgraded Appfuse JSF from 2.0.1 to 2.0.2 described in Upgrade Guide > 2.0.2. I've changed Acegi to Spri

[appfuse-user] Upgrade to Spring Security from Acegi doesn't go!

2008-06-26 Thread Attila
Hi, I've upgraded Appfuse JSF from 2.0.1 to 2.0.2 described in Upgrade Guide 2.0.2. I've changed Acegi to Spring Security. Now is not working, in log I see: DEBUG [http-8080-1] TidyParser.messageReceived(209) | Message for HTML parsing : is not recognized! The tag is "imported" as : xmlns:sec

Re: [appfuse-user] How to change appfuse default locale? (with struts 2)

2008-06-26 Thread Jukka Välimaa
Ok, thanks a lot. Jukka On Thu, Jun 26, 2008 at 3:57 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > If you look in ApplicationResources_en.properties, it explains part of > the problem. AFAIK, you need to put the default text in > ApplicationResources.properties, but you could also try moving all

Re: [appfuse-user] Cannot Resolve Column Errors in a project?!!!

2008-06-26 Thread Matt Raible
I've seen these errors from IDEA and unfortunately don't know how to solve them. The code is correct - IDEA's analysis of them isn't. You might try removing the JPA facet and see if that helps. Matt On Thu, Jun 26, 2008 at 12:04 AM, cscat <[EMAIL PROTECTED]> wrote: > Hi all, Now I am trying to ru

Re: [appfuse-user] How to change appfuse default locale? (with struts 2)

2008-06-26 Thread Matt Raible
If you look in ApplicationResources_en.properties, it explains part of the problem. AFAIK, you need to put the default text in ApplicationResources.properties, but you could also try moving all the text in ApplicationResources.properties to ApplicationResources_en.properties and delete ApplicationR

[appfuse-user] How to change appfuse default locale? (with struts 2)

2008-06-26 Thread Jukka Välimaa
Hi, I have a simple question: how do I change the default locale of appfuse with struts 2? I've tried adding to struts.xml and changing fallback locale in web.xml, like this: javax.servlet.jsp.jstl.fmt.fallbackLocale fi Neither of them does much to change the default locale; ad