I'm starting my second GWT project, and trying to do things the MVP way this time. HelloMVP is so trivial as to be nearly useless. The Contacts examples doesn't use Activities and Places. So I'm trying to look at samples/Expenses, but it appears broken.
I've little maven experience, but when I got errors on javax.servlet.jstl 1.2, I changed line #377 of pom.xml to <version>1.1.2</version>. That at least allowed the project to build. However, when it runs, the UI does nothing. After it loads, I see the list on the left hand side--All, Engineering, Finance, etc. (similar to Showcase)--but nothing happens when I click on any of it. *Occasionally* some dots dance one the right. *Occasionally* I get a spinner when I click on the Engineering arrow, but nothing appears underneath the label or on the right hand side. The other items do nothing, period. I'm trying this on Linux with GWT 2.3, Java jdk1.6.0_25, maven 2.2.1, and Firefox 4.0.1. Any ideas? Or can someone point me to a working example, preferably one that uses ant. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
