[google-appengine] PageContextImpl giving issues (java.lang.ClassCastException: java.security.AccessControlException) with Spring form tag?

2009-04-10 Thread N. Peeters
Hi, I'm getting the following error when the JSP page tries to compile. Any idea? Nested in org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.ClassCastException: java.security.AccessControlException cannot be cast to javax.servlet.Servl

[google-appengine] Re: PageContextImpl giving issues (java.lang.ClassCastException: java.security.AccessControlException) with Spring form tag?

2009-04-12 Thread N. Peeters
It seems that this is cause by all specific forms fromthe Spring taglib . Any idea how to get around this? Anybody got Spring forms to work on GAE? On Apr 10, 4:50 pm, "N. Peeters" wrote: > Hi, I'm getting the following error when the JSP page tries to > compile. An

[google-appengine] Re: PageContextImpl giving issues (java.lang.ClassCastException: java.security.AccessControlException) with Spring form tag?

2009-04-14 Thread N. Peeters
Still not working, I'm afraid. Any other idea? On Apr 12, 7:23 am, Elvea wrote: > add a custom editor to the binder then i got it work > (1) > public class BindingInitializer implements WebBindingInitializer { >         @Override >         public void initBinder(WebDataBinder binder, WebRequest