Struts Menu

授权协议 未知
开发语言 Java
所属分类 Web应用开发、 标签库(Taglib)
软件类型 开源软件
地区 不详
投 递 者 章松
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Struts Menu 是一个用来生成页面导航菜单的标签库,需要 struts 的支持。

快速安装:

  • Download the latest release of struts-menu.
  • Unzip it to a local directory.
  • Download and install Tomcat or another Java Servlet container.
  • Put struts-menu.war in Tomcat's webapps folder and start the server.
  • Go to http://localhost:8080/struts-menu
  • Struts-Menu的使用介绍 (1) 需要的类包       struts-menu-2.3.jar log4j-1.2.8.jar  velocity-1.4.jar velocity-tools-view-1.0.jar   (2) 配置 WEB-INF/struts-config.xml     <!—作为插件在struts-config.xml中申明-->      <plug-in 

  • 官方英文版向导( http://struts-menu.sourceforge.net/userguide.html) 一、从1.X升级到2.X需要做以下事情: 1、改变你的taglib声明中的URI。  <% at taglib uri="http://struts-menu.sf.net/tag" prefix="menu" %> 2、改变<plug-in>,使用新的包名"net.sf.nav

相关阅读

相关文章

相关问答

相关文档