[appfuse-user] AppFuse 2.0 + Struts 2 - Replaceable Variables in struts.xml

2007-12-31 Thread Rob Hills
Hi All, I am using a replaceable variable in my struts.xml file to pass data via my action during a redirect, like this: editRoute.html?id=${route.id} However, I'm finding that the maven build process is replacing this variable if it is $(id) or ${xxx.id} where "xxx" can be any str

[appfuse-user] JSF or Struts

2007-12-31 Thread Allan Ang
Perhaps this shouldn't be in this forum but I would really like to know what the majority of Appfusers think. I mainly develop on Struts1/2 but lately a client of mine seems to think that JSF is faster to develop with all that sexy drag/drop stuff. Somehow the lack of control that I can have over

Re: [appfuse-user] Generating DAO, Service test class in Struts2 modular

2007-12-31 Thread Allan Ang
got a tip from Bob Fleischman in another thread turns out that appfuse:gen -Damp.genericCore=false did the trick thanks for the help anyways! -- View this message in context: http://www.nabble.com/Generating-DAO%2C-Service-test-class-in-Struts2-modular-tp14523512s2369p14560804.html Sent from t

[appfuse-user] error display in JSF

2007-12-31 Thread Ding, Qin
Appfuse 1.9.4/DB2/JSF I am using the same logic as UserExistsException to do my own checking for the existence of the record. The backend is working fine in throwing errors when record already exists in the database. However, in JSF page, the error message is not shown. In JSF form, t

[appfuse-user] Tests not working after change of table name...

2007-12-31 Thread J. David Mendoza R.
Hello everyone... I've download the core clases of appfuse into my project and changed the table names... Everything works except the tests :) I'm using Struts 2 in AppFuse 2.0.1 I've started the app without the tests and checked if everything was working, and it is... but when I test it the Bas

Re: [appfuse-user] Not able to run appfuse:full-source

2007-12-31 Thread harshavs
Solution for this problem could be repository in the default location. or putting settings.xml in default directory like "c:\my documents\user\.m2\settings.xml" Developer Abe wrote: > > Hi, > > I am getting the following when running > > mvn appfuse:full-source > > $ mvn -e appfuse:full-s

[appfuse-user] commons validator and the loginForm

2007-12-31 Thread reddeagle9
Does commons Validator work on the loginForm.jsp. I have seen the code and it looks like validation is done at a JavaScript level and just checks for required fields. Is it possible to hook in commons Validator to the log inform to stop malicious characters getting passed in? -- View this mess

Re: [appfuse-user] [solution] Inserting blobs using external files using DBUnit

2007-12-31 Thread Joachim Ansorg
Hi. thanks for your reply. The problem is the size of the binary data I use for the dbunit tests. Putting several megabytes into the xml wouldn't be usefule, I think :) The current solution works quite well for me. I can live with the path problem for now, I think. Regards, Joachim Hi there