%@ page import="webwork.action.CoreActionContext"%>
<%@ taglib uri="webwork" prefix="ww" %>
<%-- Modified controlheader.jsp: --%>
|
|
|
|
<%
Object value = CoreActionContext.getValueStack().findValue("parameters['firstLineInclude']");
if (value != null) {
String include = value.toString();
%>
|
<%-- Include the help icon on the same line as the text components. --%>