I forgot I posted this problem. Yes, you're right and I solved the
problem changing the switch and inserting and if-else if structure
instead. I was really confused about the same variable causing an
error being used in different ways of making the same thing (retrieve
the value), but now with the Javassist issue I understand the whole
thing.

Thanks, Thiago.

2009/9/7 Thiago H. de Paula Figueiredo <thiag...@gmail.com>:
> Howard once said that sometimes Javassist (used by Tapestry to
> transform classes) sometimes doesn't handle large event handler
> methods correctly. Try refactoring your method to reduce it. By the
> way, a switch inside a switch is not recommended coding: refactor it
> too. ;)
>
> --
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to