Re: [appfuse-user] AW: AW: AW: Can I use form:select with data bound using referenceDate()

2007-09-17 Thread arief
mLabel="label"/> > > Matt > > On 9/16/07, arief <[EMAIL PROTECTED]> wrote: >> >> Hi Guys, >> >> I'm having similar problem (I guess) but not sure what went wrong. >> I'm using: >> - Appfuse 2.0 RC1 with basic Spring MVC

Re: [appfuse-user] AW: AW: AW: Can I use form:select with data bound using referenceDate()

2007-09-16 Thread arief
Hi Guys, I'm having similar problem (I guess) but not sure what went wrong. I'm using: - Appfuse 2.0 RC1 with basic Spring MVC - iBatis I tried using form:select where the path for form:select is the command's setter/getter and with it i'm using form:option (for displaying "Please select xxx")

Re: [appfuse-user] How to run the Junit test case of Appfuse2 in eclipse ?

2007-09-15 Thread arief
Hi, Maybe you could find your answer in http://www.nabble.com/execute-junit-tests-in-eclipse-tf3504799s2369.html this thread . I did face this problem before but while using Candy. After I switched to appfuse (using cmd line) and followed the IDE guidelines, it just work :) Hope the thread help

Re: [appfuse-user] execute junit tests in eclipse

2007-09-06 Thread arief
folder? or .. maybe due to my eclipse :( Anyway, thanks for all your help :) Great work guys. Cheers arief wrote: > > Yes, I could run the "mvn test". All test ran successfully. > Initially, i used Candy4Appfuse. But now, the project that created just > now is not using

Re: [appfuse-user] execute junit tests in eclipse

2007-08-08 Thread arief
27;re using Candy4AppFuse, it > may be related to that as well. > > Matt > > On 8/8/07, arief <[EMAIL PROTECTED]> wrote: >> >> Thanks Matt, I have tried them.. first running the "mvn resources..." but >> failed. Then I replaced the jdbc.properties with the

Re: [appfuse-user] execute junit tests in eclipse

2007-08-08 Thread arief
.properties your source > of information for pom.xml. I'd like to do everything to make testing > as easy as possible, so it's possible this is a better solution > anyway. > > Matt > > On 8/6/07, arief <[EMAIL PROTECTED]> wrote: >> >> Hi, >>

Re: [appfuse-user] Where is 2rc1?

2007-08-06 Thread arief
Hmm.. i'm using the eclipse's plugin i.e. http://candy4appfuse.sourceforge.net/Welcome.html candy4appfuse . By using it, i'm able to choose which version. one of it is 2rc1. anyway, that just a way to get it up & running in eclipse easily ;) (at least for me) cheers Michael Horwitz wrote: > >

Re: [appfuse-user] execute junit tests in eclipse

2007-08-06 Thread arief
Hi, Anybody able to run junit test in eclipse? my environment: - appfuse 2.0 rc1 - struts 2.0.9 - ibatis with oracle9 I'm a newbie on appfuse. Tried following the tutorial. I could build it using "mvn test" but if i could do run test inside eclipse, that would be great. my eclipse stack trace i