[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 elvea.hu...@gmail.com wrote: add a custom editor to the binder then i got it work (1) public class BindingInitializer implements WebBindingInitializer {         @Override         public void initBinder(WebDataBinder

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

2009-04-13 Thread Elvea
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 request) { SimpleDateFormat dateFormat = new SimpleDateFormat(-MM-dd);

[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 form:form... . Any idea how to get around this? Anybody got Spring forms to work on GAE? On Apr 10, 4:50 pm, N. Peeters peete...@gmail.com wrote: Hi, I'm getting the following error when the JSP page tries to compile. Any