Tag: struts tabbedpanel
Struts 2 Tabbedpanel Example
by  Java4s | 11 Comments
  [ Ask Question ]
Let us see how to work with this struts 2 Tabbedpanel. jars required commons-logging-1.0.4.jar freemarker-2.3.8.jar ognl-2.6.11.jar struts2-core-2.0.11.jar xwork-2.0.4.jar Example files required index.jsp success.jsp web.xml struts.xml LogingEx.java Directory Structure index.jsp <META HTTP-EQUIV=”Refresh” CONTENT=”0;URL=resultAction.action”> success.jsp <%@ taglib prefix=”s” uri=”/struts-tags” %> …