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

📄 test.jsp

📁 strust 框架 的源程序以及java类源代码
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"     %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld"  prefix="tiles" %>

<html:html>
  <head>
    <title>Content Form</title>
  </head>

  <body bgcolor="white">
      <bean:insert id='xout2' page='/testAction.do'/>
      <bean:write name='xout2' filter='true'/>

      <tiles:insert template="/forwardExampleAction.do">
        <tiles:put name="label"    content="Text:"       direct="true"/>
        <tiles:put name="property" content="contentForm" direct="true"/>
      </tiles:insert>

	
  </body>
</html:html>

⌨️ 快捷键说明

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