[appfuse-user] BindingException after Appfuse 2.0 Upgrade (Tapestry 4.1.3)

2007-10-01 Thread cpnguyen
Hello again, I have this weird error that I have found a work around for, but I just wanted to report it to the group. In Appfuse 2.0 M5 (Tapestry 4.0), I had a select box of OptionModels mapping integer values to String labels which worked fine. After upgrading to Appfuse 2.0 (with Tapestry 4.

Re: [appfuse-user] Appfuse 2.0: Tapestry 4.1, Dojo, DatePicker DropdownDatePicker

2007-09-27 Thread cpnguyen
something like the following at the top of your page? > > > > @Shell is needed for Tapestry to include the references to dojo. If > you look at demo.appfuse.org/appfuse-tapestry and login, the mainMenu > seems to have all the required JavaScript files. > > Mat

Re: [appfuse-user] Appfuse 2.0: Tapestry 4.1, Dojo, DatePicker DropdownDatePicker

2007-09-26 Thread cpnguyen
ting a 404 for > dojo.js? > > On 9/26/07, cpnguyen <[EMAIL PROTECTED]> wrote: >> >> I am using a brand-new 2.0 project. I pulled the latest appfuse version >> via >> maven and started recopying all of my personal files over and performing >> diffs on commo

Re: [appfuse-user] Appfuse 2.0: Tapestry 4.1, Dojo, DatePicker DropdownDatePicker

2007-09-26 Thread cpnguyen
: > > The dojo.js is served up by Tapestry, not by AppFuse. Are you using a > brand-new 2.0 project or are you upgrading? > > Matt > > On 9/26/07, cpnguyen <[EMAIL PROTECTED]> wrote: >> >> Thanks for the response Matt. >> >> I've added that

Re: [appfuse-user] Appfuse 2.0: Tapestry 4.1, Dojo, DatePicker DropdownDatePicker

2007-09-26 Thread cpnguyen
estry.application: > > > > Can you try that and see if it helps? > > Thanks, > > Matt > > On 9/25/07, cpnguyen <[EMAIL PROTECTED]> wrote: >> >> Also, is there any documentation on how to use Tacos in Appfuse 2.0 >> (since it >> is now in

Re: [appfuse-user] Appfuse 2.0: Tapestry 4.1, Dojo, DatePicker DropdownDatePicker

2007-09-25 Thread cpnguyen
Also, is there any documentation on how to use Tacos in Appfuse 2.0 (since it is now integrated)? -- View this message in context: http://www.nabble.com/Appfuse-2.0%3A-Tapestry-4.1%2C-Dojo%2C-DatePicker-DropdownDatePicker-tf4518754s2369.html#a12891241 Sent from the AppFuse - User mailing list ar

[appfuse-user] Appfuse 2.0: Tapestry 4.1, Dojo, DatePicker DropdownDatePicker

2007-09-25 Thread cpnguyen
Hello all, I am in the process of upgrading my webapp from Appfuse 2.0 M5 to 2.0 and I have been following the migration guides. Things are starting to return to normal, but I am experiencing an issue with DatePicker that I have no idea how to fix. The issue appears with both FF2 and IE7. With

[appfuse-user] Overwriting StartupListener and LookupManager in 2.0 M5

2007-07-13 Thread cpnguyen
Hi, I need to initialize some drop down lists in my web app and found out that I need to modify appfuse's StartupListener and LookupManager. If I copy these sources to my own project, would this affect my ability to upgrade appfuse in the future (I assume I will be forced to manually perform dif

[appfuse-user] Saving Beans with One-to-One Shared Primary Keys

2007-06-21 Thread cpnguyen
Environment: Appfuse 2.0 Basic Tapestry Centos 5 Eclipse 3.2 Hello all, I have two tables which share a primary key as follows: patient_basic --- pid initials gender ... patient_phi -- pid lastname firstname midinitial ... I have managed to get Hibernate to generate the desired

Re: [appfuse-user] Overriding save() in xxxManagerImpl 2M5

2007-06-15 Thread cpnguyen
>From the http://appfuse.org/display/APF/Release+Notes+2.0+M5 Release Notes : Change in usage of Managers and DAOs In versions prior to M5, the EntityManager.merge() method was being used incorrectly. This has been fixed for M5, and the fix requires a slight modification of how Manager and DAO

[appfuse-user] RE: Can't run maven goals from within eclipse

2007-06-12 Thread cpnguyen
I am currently using Eclipse 3.2.2 with maven 2.06 plugin. It has been working fine with Run > External Tools. See if that route works for you. Travers Snyman wrote: > > Thanks Abel, > At some stage, with maven from Candy, and setting the Java runtime to a > jdk, I actually got to a point whe

Re: [appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread cpnguyen
*doh* ObjectManagerImplTest was moved from src/main/java to src/test/java. I found two instances of jmock in the repository as well. After removing them and running mvn -U the tests passed. Thanks again Matt. Sorry for being such a newb. mraible wrote: > > Are you putting your test in src/

Re: [appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread cpnguyen
Thanks for the quick response Matt. Here are some snippets from the generated log file (from Maven 2.0.6 stand-alone) [DEBUG] jmock:jmock:jar:1.1.0:test (selected for test) [DEBUG] jmock:jmock:jar:1.1.0:test (not setting scope to: compile; local scope test wins) [WARNING]

[appfuse-user] Appfuse 2.0 M5 Jmock Package Does Not Exist

2007-06-11 Thread cpnguyen
Hello again all, This very strange problem has been plaguing me for days. I am following the tutorials for creating Managers. I am using Tapestry Basic archetype if it matters. After typing the code and attempting to run mvn test -DtestObjectManagerImplTest in Eclipse, I receive the following

Re: [appfuse-user] ehcache - Failure when attempting to set Content-Encoding: gzip

2007-05-31 Thread cpnguyen
Sorry about that. It works now. :clap: I'm not what I did (probably mvn clean, remove old war, redeploy?), but the login screen is up and running. Thanks Matt! cpnguyen wrote: > > Thanks for the quick response Matt, but unfortunately the error message > remains. > > An

Re: [appfuse-user] ehcache - Failure when attempting to set Content-Encoding: gzip

2007-05-31 Thread cpnguyen
Thanks for the quick response Matt, but unfortunately the error message remains. Anything else I should check? Chris mraible wrote: > > This might fix your gzip issue: > > http://www.nabble.com/Appfuse-2.0-m5-does-not-support-UTF8---tf3847241s2369.html > > As far as the Velocity error, I kn

[appfuse-user] ehcache - Failure when attempting to set Content-Encoding: gzip

2007-05-31 Thread cpnguyen
Hi all. I'm new here and I'm trying to get AppFuse 2.0M5 Tapestry Basic to work on my Centos 5 box. I've been struggling with this for a few days now and I've been searching this forum for help. I am using Eclipse and ideally I would like to develop, test and deploy applications from Eclipse (v