[appfuse-user] a question about decorator????

2008-09-13 Thread Greenhorn2005
Hello all, I have been making research on decorator in appfuse. It seems to me that the number of decorator is limited to two. Am I correct? I found this because after having two decorator. it works . but after adding three or four. it doesnt work . and it would be defaulted to one

Re: [appfuse-user] Basic Question: Unable to see test results "Extending the example AppFuse application"

2008-09-13 Thread Matt Raible
Try -Dtest=TimeEntryDaoTest On Sat, Sep 13, 2008 at 10:31 AM, rjhraman <[EMAIL PROTECTED]> wrote: > > Sorry. should have been more specific. > > I'm doing the exercise where TimeEntryDAOTest is extended from > BaseDaoTestCase. However, none of the test cases are getting executed while > doing a "m

Re: [appfuse-user] Basic Question: Unable to see test results "Extending the example AppFuse application"

2008-09-13 Thread rjhraman
Sorry. should have been more specific. I'm doing the exercise where TimeEntryDAOTest is extended from BaseDaoTestCase. However, none of the test cases are getting executed while doing a "mvn test" or "mvn test -Dtest=TimeEntryDAOTest". Is there something that I'm missing here rjhraman wro

[appfuse-user] Basic Question: Unable to see test results "Extending the example AppFuse application"

2008-09-13 Thread rjhraman
Hello, I'm a new Appfuse user following the exercise in:- http://www.ociweb.com/jnb/jnbMay2008.html http://www.ociweb.com/jnb/jnbMay2008.html However, I get the following message --- T E S T S ---

Re: [appfuse-user] [ANN] tapestry5 + appfuse

2008-09-13 Thread kace
Hi Serge, looks good, adapting it for my project now. Is there documentation coming that explains the conversion from T4 to T5? Would be interested to know what is still missing in terms of code completeness from T4. Are you still working on this? Thanks ..kace -- View this message in co

[appfuse-user] Question about

2008-09-13 Thread alibehzadian
Hi there, I have a list of objects and I want to use to display them in my page. My question is: How to pre-select some items in the list based on my entity? Yours, Ali Behzadian Nejad. -- View this message in context: http://www.nabble.com/Question-about-%3Cs%3Acheckboxlist--%3E-tp19470904s

Re: [appfuse-user] How to resolve org.xml.sax.SAXNotRecognizedException: Property 'http://apache.org/xml/features/nonvalidating/load-external-dtd' is not recognized.

2008-09-13 Thread xinlnix
I have installed JDK5.16, now there are two JDK in my system. and I create two batch files: 1.setjdk5.bat set CLASSPATH=.;C:\Program Files\Java\jdk1.5.0_16\lib;C:\Program Files\Java\jre1.5.0_16\lib set Path=C:\Windows;C:\Windows\System32;C:\Program Files\Java\jre1.5.0_16\bin;C:\Program Files\MySQ