<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags"%> <s:if test="%{#isAdmin}"> <s:text name="createRuleSet.title"/> </s:if> <s:else> <s:text name="createRuleSet.title2"/> </s:else>

Info