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
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
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
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.