Author: nilsga Date: Thu Nov 15 21:27:37 2007 New Revision: 595558 URL: http://svn.apache.org/viewvc?rev=595558&view=rev Log: Bamboo maven build complains about this file beeing missing.... so trying to force a new build.
Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp?rev=595558&r1=595557&r2=595558&view=diff ============================================================================== --- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp (original) +++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/formExampleInputValidation.jsp Thu Nov 15 21:27:37 2007 @@ -1,5 +1,6 @@ <%@ taglib prefix="s" uri="/struts-tags" %> <link rel="stylesheet" type="text/css" href="<s:url value="/styles/styles.css"/>"> + <H2>Input your name</H2> <s:form action="processValidationExample" method="POST"> <s:textfield label="First name" name="firstName" value="%{firstName}"/>