[appfuse-user] length validation

2008-11-20 Thread Developeryours
Hi all, I am using appfuse spring project..i want validate the length..for the text fields.. so please give me guidance.. Thanks -- View this message in context: http://www.nabble.com/length-validation-tp20596764s2369p20596764.html Sent from the AppFuse - User mailing list archive at Nabble.

Re: [appfuse-user] length validation

2008-11-20 Thread Matt Raible
Which web framework are you using. Have you looked at the tutorial for that web framework? Matt On Nov 20, 2008, at 12:13 AM, Developeryours <[EMAIL PROTECTED]> wrote: Hi all, I am using appfuse spring project..i want validate the length..for the text fields.. so please give me gui

Re: [appfuse-user] Struts2

2008-11-20 Thread Derlon Aliendres
Thanks! But, how are the procedures. Is there that shows it as Candy4AppFuse homePage??! Please, could u gimme the link?! Ice-Man 2008/11/19 Matt Raible <[EMAIL PROTECTED]> > Candy4AppFuse is outdated, I would not recommend using it. You might > try m2eclipse if you must use a Maven plugin i

Re: [appfuse-user] length validation

2008-11-20 Thread Developeryours
Hi matt, thanx for nice reply I am using spring MVC..i couldn't find examples for length validation.. i having idea abt "valang" validator..but i dont know how to use...can u give me step to do Thanks -- View this message in context: http://www.nabble.com/length-validation-tp20596764s236

Re: [appfuse-user] Struts2

2008-11-20 Thread Derlon Aliendres
Hi Matt, I get 2 DownLoad sites in my Eclipse: - m2eclipse.sonatype - m2eclipse.codehaus Witch would be the right one?? Ice-Man 2008/11/19 Matt Raible <[EMAIL PROTECTED]> > Candy4AppFuse is outdated, I would not recommend using it. You might > try m2eclipse if you must use a Ma

[appfuse-user] dbunit:operation {execution: test-compile}]

2008-11-20 Thread grd prasad
hello all, I am facing a problem with one error since two days.That is I am working on Struts 2 Basic artifact.I run this program as it was in the quick start and i use the database mysql by changing the password it was successfully running.Now i want to change my database to oracle database so

[appfuse-user] PROPFIND request failed

2008-11-20 Thread grd prasad
hello, I got an build error when i give this command mvn appfuse:full-source it showing an error like this: C:\source\coreproject>mvn appfuse:full-source [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] -

Re: [appfuse-user] PROPFIND request failed

2008-11-20 Thread Alex Coles
On Thu, Nov 20, 2008 at 2:00 PM, grd prasad <[EMAIL PROTECTED]> wrote: > > hello, > > I got an build error when i give this command > > mvn appfuse:full-source > > > it showing an error like this: > > C:\source\coreproject>mvn appfuse:full-source > [INFO] Scanning for projects... > [INFO] Searching

Re: [appfuse-user] Struts2

2008-11-20 Thread Alex Coles
On Thu, Nov 20, 2008 at 11:57 AM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: > Hi Matt, > > I get 2 DownLoad sites in my Eclipse: > > m2eclipse.sonatype > m2eclipse.codehaus > > Witch would be the right one?? > > Ice-Man I think you should use sonatype. If you check the m2eclipse websites

Re: [appfuse-user] Struts2

2008-11-20 Thread Derlon Aliendres
Ok, and please, could u teste the repository of Nexus??! (I'm using create new Maven Project (within Eclipse) I just can access from Internal (v.s 2.0) So I can't get AppFuse 2.0.2 (Struts2)! :O Thnx, Ice-Man 2008/11/20 Alex Coles <[EMAIL PROTECTED]> > On Thu, Nov 20, 2008 at 11:57 AM, D

[appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Derlon Aliendres
I'm trying to use m2eclipse to get AppFuse Archetype Hi all, so that be more clear I'm gonna show the error msg: Unable to update index for central http://repo1.maven.org/maven2/ Any solution, alternative?! :o Ice-Man

[appfuse-user] How to deploy the appfuse application in tomcat5.5

2008-11-20 Thread Developeryours
Hi , I need to deploy my application in Tomcat5.5.I have copied my war file and pasted into tomcat webapps,once i start the server its getting extract.Once i called in browser my browser with my ip its working..but when i called another system with my comp IP it showing could not connect and thro

[appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Derlon Aliendres
Ok! Hi , so I'm gonna show the error msg: Unable to update index for central http://repo1.maven.org/maven2/ So, I try from Internal, anyway, then I get the following: " Unable to creat projetc from Archetype [org.appfuse.archetype:appfuse-basic-struts:2.0 ->http://static.appfuse.org/releases

[appfuse-user] Hibernate madness - how to order a Set

2008-11-20 Thread syg6
I have a @OneToMany Collection (EstablishmentBins) in my POJO (Establishment), mapped as a Set. I've tried using LinkedHashSet and TreeSet, no go, Hibernate says I can't. Ok, fair enough. But since it is a plain old Set there is no order. And I need some order. So I changed my EstablishmentBin PO

Re: [appfuse-user] Hibernate madness - how to order a Set

2008-11-20 Thread Youssef Mohammed
Set , by definition, has no particular order for its elements. You'd better use *List* , with [EMAIL PROTECTED] , you get and ordered list. Regards, Youssef On Thu, Nov 20, 2008 at 5:51 PM, syg6 <[EMAIL PROTECTED]> wrote: > > I have a @OneToMany Collection (EstablishmentBins) in my POJO > (Est

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Matt Raible
I would attempt to create your project from the command line using the QuickStart Guide and then run "appfuse:full-source" on it. Once you've done that, run "eclipse:eclipse" and open it in Eclipse. Then run "mvn jetty:run" from the command line and modify source as you like in your IDE. You don't

Re: [appfuse-user] How to deploy the appfuse application in tomcat5.5

2008-11-20 Thread Matt Raible
This sounds like a problem with your system. Have you tried mapping localhost to 127.0.0.1 in your hosts file? On Thu, Nov 20, 2008 at 5:47 AM, Developeryours <[EMAIL PROTECTED]> wrote: > > Hi , > > I need to deploy my application in Tomcat5.5.I have copied my war file and > pasted into tomcat web

Re: [appfuse-user] length validation

2008-11-20 Thread Matt Raible
Spring MVC uses Commons Validator. I believe you're looking for the maxlength validator. maxlength30 Matt On Thu, Nov 20, 2008 at 2:52 AM, Developeryours <[EMAIL PROTECTED]> wrote: > > Hi matt, > > thanx for nice reply > > I am using spring MVC..i couldn't find examples for lengt

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Derlon Aliendres
Thnx! All right, I gonna try to make just the way u told. But, since I have to use Eclise, witch do u advice: Strus2-basic, or Strus2-modular??! Ice-Man 2008/11/20 Matt Raible <[EMAIL PROTECTED]> > I would attempt to create your project from the command line using the > QuickStart Guide

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Matt Raible
I would only use modular if you think your service layer will be used by other applications. Even then, I would only use if you think you'll need it immediately. In reality, it shouldn't be hard to change a basic project to a modular one down the road. Matt On Thu, Nov 20, 2008 at 9:43 AM, Derlon

Re: [appfuse-user] dbunit:operation {execution: test-compile}]

2008-11-20 Thread Matt Raible
First of all, just because this issue is urgent for you doesn't mean it's urgent for anyone else. We're all volunteers here and when you put "urgent" in the subject or body of your message, it makes it less likely that people will answer your question. I don't know what the problem could be, but i

[appfuse-user] Moving pages to new folder

2008-11-20 Thread Philip Barlow
Hi, Has anyone ever moved all jsp's to a new folder in appfuse 2? I am trying to achieve something like http://localhost:8080/admin is where my login will be and where all my pages will reside. Leaving http://localhost:8080/ as a static public website. I have tried a few times to move the pages

Re: [appfuse-user] Moving pages to new folder

2008-11-20 Thread Derlon Aliendres
Hey, did u change the path of the JSPs in all Actions from your 'struts.xml'??! Ice-Man 2008/11/20 Philip Barlow <[EMAIL PROTECTED]> > > Hi, > > Has anyone ever moved all jsp's to a new folder in appfuse 2? I am trying > to > achieve something like http://localhost:8080/admin is where my login

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Matt Raible
It looks like you're behind a proxy or something that's preventing you from connecting with Maven's central repository. Matt On Thu, Nov 20, 2008 at 1:55 PM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: > Matt, > > I've prepared the role (basic) developmente enviroment and tried to create >

Re: [appfuse-user] dbunit:operation {execution: test-compile}]

2008-11-20 Thread Derlon Aliendres
Hi, prasad I also get develop using Oracle. I'd prefer: Struts2 Modular + Core. But, finally I think we can exchange informations and solve doubts each other (as possible), So, could u gimme more details of your aproach: Cmd Line, ou Candy4, or Maven2 Projetct ??! Unfortunatelly I'm

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-20 Thread Derlon Aliendres
Ok, u're right. But, I could (and can) install/update any plugin in my Eclipse (by the way the one to Mave2 (m2eclipse), Candy4, WTP, Spring, HibernateTools, jBossToos, etc.)! What would be the problem with download archetype of the repository. No oneother then me get the same problem (recen

Re: [appfuse-user] appfuse 2.0.2 gen-model and join columns?

2008-11-20 Thread bytelock
Hi wayne, I'm just new in appfuse and had the same problem as yours. Where did you find the Ejb3PropertyGetAnnotation.ftl? Do I need to do an mvn appfuse:full-source? Thanks! Where did you edit the mwaynewalter wrote: > > Matt, > > Thanks but I found a fix. FYI, the error below says this i