Re: T5 Running Jetty, log4j jar, FAQ

2008-04-28 Thread Kevin C. Dorff
Solved! I searched my whole system for log4j*.jar and noted that the Idea 7.0.3/lib dir had a log4j.jar. I replaced this with Log4j 1.2.14 and bam it works. Yay. Kevin Kevin C. Dorff wrote: > > I've been using Netbeans but I'm now trying to run T5 out of IntelliJ IDEA >

T5 Running Jetty, log4j jar, FAQ

2008-04-25 Thread Kevin C. Dorff
I've been using Netbeans but I'm now trying to run T5 out of IntelliJ IDEA 7.0.3. I decided to try to use the Jetty, ie, jetty:run-war from mavel - the target that Tapestry provides. When I do this I get java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled when I try to run my

Re: T5: question about onValidate and form reset

2008-04-22 Thread Kevin C. Dorff
Thanks for these suggestions. First Robert Zeigler, onValidateForm is exactly what I needed, also I found the null-safe comparison was important. Second, your suggest about disabling the submit javascript handler was right on. The missing piece I put together was that my onValidateForm is always

T5: question about onValidate and form reset

2008-04-21 Thread Kevin C. Dorff
Sorry if these have been covered, I am somewhat new to T5, using 5.0.11. First, onValidate seems to be called once for each form variable, BEFORE the setter is called for that form variable. While I understand that logic, it SEEMS makes things a touch difficult to check the value I want to valida

Re: Google Web Toolkit

2006-05-17 Thread Kevin C. Dorff
License can be found: http://code.google.com/webtoolkit/terms.html I believe the Google guys said in the JavaOne presentation that the toolkit was Apache 2.0 license open source. Some of the supporting utilities may not be open source, but, the toolkit is and the download comes complete with s