copy of propertiesform.jsp

来自「Java Pattern Oriented Framework (Jt) 是为了」· JSP 代码 · 共 38 行

JSP
38
字号


<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ page import = "Jt.wizard.*" %>
<%@ page import="Jt.*" %>

<jsp:useBean id='factory' class='Jt.JtFactory' scope='request'/>
<% WizardConfig conf = (WizardConfig) factory.createObject (WizardConfig.JtCLASS_NAME); 
   request.setAttribute ("conf", conf);
%>


     <html:form action="GenerateDynaActionForm">
       <fieldset>
         <legend>Properties (Jt.properties) </legend>


         <br />


         <label>Struts config filename: </label> <c:out value="${conf.configPath}" /> 

         <br />
         <br />

         <label>Web Application Path: </label> <c:out value="${conf.webAppPath}" /> 




       </fieldset>
  
     </html:form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?