Hi to all, i'm testing Google App Engine uploading a basic Struts2 application (without hibernate, spring or something like that) and i have an error concerning freemaker when i use struts tags. My index.jsp is the next:
<%@(protected)"%> <%@(protected)" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Ejemplos con Struts 2</title> </head> <body> <h1>Pagina de Inicio</h1> <s:a href="FormularioEntrada.action">Formulario Entrada</s:a> </body> </html>
As you can see i use a <s:a tag but i see that i have this error: