<% if (p.isPropertySet("localHelpAction")) { String action = p.getProperty("localHelpAction"); %> > Test <% } if (p.isPropertySet("helpURL")) { String helpUrl = "'" + p.getProperty("helpURL") + "'"; String helpURLFragment = ""; if (p.isPropertySet("helpURLFragment")) helpURLFragment = p.getProperty("helpURLFragment"); %> <%= helpURLFragment %> <% } %>