

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Learn how to create a jsp page for entering an address and use the struts validator framework to validate user input on the browser. This tutorial covers enabling the validator plug-in, creating message resources, developing validation rules, and applying rules to jsp. Follow the steps to build and test the application.
Typology: Lecture notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


<%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html" prefix="html" %>
<bean:message key="welcome.title"/>
This application shows the use of Struts Validator. The following form contains fields that are processed by Struts Validator. Fill in the form and see how JavaScript generated by Validator Framework validates the form.