## ============================================================================ ## Filename : WebJSPViewTemplate.vm ## Note(s) : This template is used to generate a view.jsp file for a given data class. ## ## Note: The generated code is dependent on the ThinkUI framework. ## Please refer to the SQL Client documentation for details. ## ## Copyright (c) 2007 ThinkUI Software Inc. All rights reserved. ## ============================================================================ ## ## **************************************************************************** ## The following variables are available in this template. For more ## information on any of the following variable, please refer to the user guide. ## **************************************************************************** ## $projectName ## $authorName ## $headerText ## $tableName ## $schemaName ## $className ## $packageName ## $prjPkgName ## $prjClassPrefix ## $dataClass ## $superClassName ## $date ## $codeGen ## $cmt ## <%-- $cmt ============================================================================= $cmt Project : ${projectName} $cmt Filename : ${objectVar}/view.jsp $cmt Standards: J2EE 1.3 $cmt History : $date $authorName Created $cmt Note(s) : This screen is used to view/edit ${objectName} objects. $cmt $cmt ${headerText} $cmt ============================================================================= $cmt $Header: /thinkui/cvsrepo/SQLClientWebsite/html/template/WebJSPViewTemplate.vm.txt,v 1.3 2008/05/21 04:24:38 Huy Exp $ $cmt $Log: WebJSPViewTemplate.vm.txt,v $ $cmt Revision 1.3 2008/05/21 04:24:38 Huy $cmt Updated for 1.0.6 release. $cmt $cmt --%> <%@ include file="../include/directives.jspf" %> <%@ include file="../include/taglib.jspf" %> <%@ include file="../include/header.jspf" %>
 

This screen allows you to provide information about a ${objectCaption.toLowerCase()}.

<%@ include file="../include/messages.jspf" %>
*Required Field
#foreach( $attrName in ${pkAttrNames} ) #set( $attr = ${dataClass.getAttribute($attrName)} ) #end #foreach( $attrName in ${attrNames} ) #set( $attr = ${dataClass.getAttribute($attrName)} ) #end #foreach( $attrName in ${auditAttrNames} ) #set( $attr = ${dataClass.getAttribute($attrName)} ) #end
Please enter all the required fields and press the Save button.
${attr.getCaption()}
<%@ include file="../include/footer.jspf"%>