Struts2 plugin and interceptors
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [maurizio.cucchiara](https://code.google.com/u/maurizio.cucchiara/) on January 11, 2012 06:32:42_
Hi all,
some struts users have been experienced some issues with struts client side validation [1].
As I explained here [2], the problem is that guice wraps the interceptors stack with an inner private class. Under this circumstances "instanceof","isInstance", casts and class specific operators fail.
Unfortunately I don't know your constraints, but IMHO a code generation library (like cglib or javassist) could fix the problem (instead of a wrap class).
TIA
[1] http://goo.gl/tcx0x [2] http://goo.gl/4hQAX
_Original issue: http://code.google.com/p/google-guice/issues/detail?id=677_
Contributor guide
Assessment
This issue has not been assessed yet.