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" <[email protected]> wrote:
> 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.ServletException:
> java.lang.ClassCastException: java.security.AccessControlException
> cannot be cast to javax.servlet.ServletException
>         at org.apache.jasper.runtime.PageContextImpl.handlePageException
> (PageContextImpl.java:754)
>         at org.apache.jsp.WEB_002dINF.jsp.searchCustomerInput_jsp._jspService
> (searchCustomerInput_jsp.java:64)
>         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
> The page code is as follows:
>
> <%@ include file="/WEB-INF/jsp/include.jsp"%>
> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
> <html>
> <body>
> <form:formcommandName="searchCustomer">
>     <table>
>         <tr>
>             <td>First Name:</td>
>             <td><form:input path="firstName" /></td>
>         </tr>
>         <tr>
>             <td>Last Name:</td>
>             <td><form:input path="lastName" /></td>
>         </tr>
>         <tr>
>             <td colspan="3">
>                 <input type="submit" value="Search" />
>             </td>
>         </tr>
>     </table>
> </form:form>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to