[5.3.5] Manually building tapestry's registry loads only the main module

2012-09-16 Thread Muhammad Gelbana
I'm developing background services for windows and linux using java with tapestry IoC. This requires having a static method to be called and I use this snippet to start my tapestry app: System.out.println("Starting service."); > RegistryBuilder builder = null; > try { > builder = new RegistryBuild

Re: [5.3.5] Javassist not included in the downloaded binaries archive

2012-09-16 Thread Thiago H de Paula Figueiredo
On Sun, 16 Sep 2012 09:50:22 -0300, Muhammad Gelbana wrote: I'm manually dropping tapestry's IoC jars to an application but I faced an exception mentioning a Javassist class not found in the class path so I manually got it and dropped it. Just saying it isn't included in tapestry's downlo

Re: Problem with OnchangeValue

2012-09-16 Thread Thiago H de Paula Figueiredo
On Sun, 16 Sep 2012 00:10:42 -0300, gonzalomp87 wrote: The problem I have is that the function OnValueChanged only works when I select a difeferent value. As far as I know, JavaScript only triggers the valueChanged event when the value was changed, so what you're seeing is normal behavior

[5.3.5] Javassist not included in the downloaded binaries archive

2012-09-16 Thread Muhammad Gelbana
I'm manually dropping tapestry's IoC jars to an application but I faced an exception mentioning a Javassist class not found in the class path so I manually got it and dropped it. Just saying it isn't included in tapestry's downloaded archive.