alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (visitorValidatorsExample.jsp)

This example Struts source code file (visitorValidatorsExample.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

date, date, id, name, post, snippet, snippet, start, submit, submit, tue, user, user, visitorvalidatorsexample

The Struts visitorValidatorsExample.jsp source code

<%-- 
    visitorValidatorsExample.jsp
    
    @author tm_jee
    @version $Date: 2007-07-10 21:48:47 +0200 (Tue, 10 Jul 2007) $ $Id: visitorValidatorsExample.jsp 555058 2007-07-10 19:48:47Z musachy $
--%>


<%@taglib prefix="s" uri="/struts-tags" %>

<html>
<head>Showcase - Validation - VisitorValidatorsExample 
        <s:url var="siteCss" value="/validation/validationExamplesStyles.css" includeContext="true" />
        <s:head />
        <!-- link rel="stylesheet" type="text/css" href='
</head>
<body>

    <!-- START SNIPPET: visitorValidatorsExample -->
    
    <s:fielderror />

    <s:form method="POST" action="submitVisitorValidatorsExamples" namespace="/validation">
        <s:textfield name="user.name" label="User Name" />
        <s:textfield name="user.age" label="User Age" />
        <s:textfield name="user.birthday" label="Birthday" />
        <s:submit label="Submit" />
    </s:form>
    
    <!--  END SNIPPET: visitorValidatorsExample -->
    
    
    <s:include value="footer.jsp" />
</body>
</html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts visitorValidatorsExample.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.