2008/4/2, Adam Hardy <[EMAIL PROTECTED]>: > I have an exception from some reflection when Tiles tried to invoke a method > on > the HttpUnit ServletUnit context class: > > > java.lang.IllegalAccessException: Class org.apache.tiles.access.TilesAccess > can > not access a member of class > com.meterware.servletunit.ServletUnitServletContext > with modifiers "public" > ... > The class is private or default actually (this might be my decompiler > messing it > up) so Tiles can't get the attribute it needs.
It seems strange... What version of Servlet specification and Java are you using? Tiles is compatible with Servlet 2.4 and Java 5. Antonio
