⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 copy of propertiesform.jsp

📁 Java Pattern Oriented Framework (Jt) 是为了实现Java快速开发的面向模式的框架。
💻 JSP
字号:


<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -