Re: [appfuse-user] Using groovy in Appfuse

2007-11-27 Thread Mike McCown
Hmmm...I got groovy integrated into the webtest (integration-test target), maybe this would work for appfuse in general? I'll check it out later this week. In 2.0 (2.0.1) the pom.xml excludes groovy-all from the webtest dependency (the comment says this is because groovy-all isn't in the central

Re: [appfuse-user] Some mvn appfuse:gen resulting in empty pages

2007-10-29 Thread Mike McCown
usually followed by a tag. If I deleted or commented out > the > s:select tag, the page would appear. I've not yet had to actually > activate the > relevant s:select tag so I haven't investigated what was needed to do so. > >> On 10/28/07, Mike McCown <[EMAIL PR

Re: [appfuse-user] Some mvn appfuse:gen resulting in empty pages

2007-10-29 Thread Mike McCown
27;s so many things going on in the stack that it's hard to decipher. It's quite odd. And extremely frustrating. mraible wrote: > > In your creditcardForm.jsp, I'd try deleting parts of it until you get > a better error message. You might start by deleting the as >

[appfuse-user] Some mvn appfuse:gen resulting in empty pages

2007-10-28 Thread Mike McCown
I took a number of annotated entity files from another project and put them into the model dir, then used the mvn appfuse:gen target to generate the default managers and CRUD pages. Oddly, while a number of the pages work fine, some of the editXXX.html struts calls are resulting in an empty page