%--=========================================================================== --============================================================================= -- -- This is the generic header used for Serco Eforms within HCC -- -- VERSION: V1.0 -- AUTHOR: Chris Dellow (chris.dellow@serco.com) -- Date: 22/04/2015 -- -- DESCRIPTION: Pass the header title into this file by calling it withing -- the URL e.g. /lcc/GenericHeader.jsp?Title=Chase%20Existing%20Case -- Please note that you need %20 instead of using spaces between words. -- --============================================================================= --============================================================================= --%>
|
<%= request.getParameter("Title")%> |
|