<% /** * This page serves as an entry point for all applications to use user registration. * It simply redirects into the main userRegistration page, the important thing is * that by hitting this page first, we are now using the application resources file * from the local app instead of the global default resources */ %> <%@ page language="java" %> <%@ taglib uri="WEB-INF/struts-logic.tld" prefix="logic" %>