<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@page import="pt.ist.bennu.core.domain.VirtualHost"%> <logic:notEmpty name="virtualHost" property="htmlTitle"> <bean:write name="virtualHost" property="htmlTitle"/> </logic:notEmpty> <bean:write name="virtualHost" property="applicationTitle.content"/> <logic:present name="virtualHost" property="applicationSubTitle"> - <bean:write name="virtualHost" property="applicationSubTitle.content"/> </logic:present> <% final String contextPath = request.getContextPath(); %> <%= contextPath %>/home.do?method=favico&virtualHostId= ">