I build the spring new example spring-petclinic by Maven.
I change the welcome.jsp just add some comments and then with 500 error:
org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/spring-petclinic].[jsp] Servlet.service() for servlet jsp threw exception: org.apache.jasper.JasperException: /WEB-INF/jsp/welcome.jsp(19,37) jsp:attribute must be the subelement of a standard or custom action
the whole question here:
http://stackoverflow.com/questions/17256198/i-just-added-some-comment-on-welcome-jsp-spring-petclinic-example-give-me-error
Any one can tell me why it is error?