From: rkv Date: Sun, 18 Nov 2012 11:35:46 +0000 (+0000) Subject: MenuAction mapping is fixed for the case if no item is selected. The default selectio... X-Git-Tag: Root_Delivery1_2012_12_06~61 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=981ea6ffc99c5e058a9185ace6504e4ca7620b95;p=tools%2Fsiman.git MenuAction mapping is fixed for the case if no item is selected. The default selection is introduced in the Menu. If "none" is returned? i.e. the menu is empty, then home page is displayed. The sysadmin menu is working now. The static menu is removed from Action class. The left menu is retrieved from the action context now. --- diff --git a/Workspace/Siman/WebContent/jsp/menuitem.jsp b/Workspace/Siman/WebContent/jsp/menuitem.jsp index 2eb236e..57f88f8 100644 --- a/Workspace/Siman/WebContent/jsp/menuitem.jsp +++ b/Workspace/Siman/WebContent/jsp/menuitem.jsp @@ -7,7 +7,8 @@ <%@ page import="org.splat.simer.Action"%> <%@ taglib prefix="s" uri="/struts-tags"%> - + <%@page import="com.opensymphony.xwork2.ActionContext"%> +