Produced by Araxis Merge on 6/9/2017 3:51:41 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Fri Jun 9 19:51:41 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\web | error.jsp | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 88 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <%-- | |||||
| 2 | The JSP Pa ge handles errors on the forms . Calls th e form val idator. | |||||
| 3 | Author: As ha Amritra j | |||||
| 4 | --%> | |||||
| 5 | <%@page im port="gov. va.nvap.we b.user.Use rHelper"%> | |||||
| 6 | <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%> | |||||
| 7 | <%@page is ErrorPage= "true"%> | |||||
| 8 | <%@taglib uri="http: //java.sun .com/jsp/j stl/core" prefix="c" %> | |||||
| 9 | <%@taglib tagdir="/W EB-INF/tag s/cpp" pre fix="cpp" %> | |||||
| 10 | <%@ taglib prefix="f n" uri="ht tp://java. sun.com/js p/jstl/fun ctions" %> | |||||
| 11 | ||||||
| 12 | <!DOCTYPE HTML PUBLI C "-//W3C/ /DTD HTML 4.01 Trans itional//E N" | |||||
| 13 | "http: //www.w3.o rg/TR/html 4/loose.dt d"> | |||||
| 14 | ||||||
| 15 | <html lang ="en"> | |||||
| 16 | <head> | |||||
| 17 | <t itle>Veter ans Author ization & Preference s Error Pa ge</title> | |||||
| 18 | <% | |||||
| 19 | String u serName = UserHelper .getUserNa me(request ); | |||||
| 20 | %> | |||||
| 21 | <% @include f ile="metaC ommon.jsp" %> | |||||
| 22 | </head > | |||||
| 23 | <body> | |||||
| 24 | <jsp:i nclude pag e="header. jsp"> | |||||
| 25 | <j sp:param n ame="userN ame" value ="<%=userN ame%>"/> | |||||
| 26 | </jsp: include> | |||||
| 27 | <t able borde r="0" cell padding="0 " cellspac ing="0" wi dth="100%" | |||||
| 28 | summ ary="table is used f or layout purposes" id="main-c ontent-tab le"> | |||||
| 29 | <tbo dy> | |||||
| 30 | <tr> | |||||
| 31 | <jsp :include p age="leftM enu.jsp"> | |||||
| 32 | <jsp:param name="use rName" val ue="<%=use rName%>" / > | |||||
| 33 | </js p:include> | |||||
| 34 | <td id=" content-va "><a name= "content-a rea"></a> <!-- START : SITE NAM E BAR --> | |||||
| 35 | <p class=" title-bar" > | |||||
| 36 | <! -- START: SITE NAME --> | |||||
| 37 | An Error Occ ured | |||||
| 38 | <! -- END: SI TE NAME -- > | |||||
| 39 | </p> <!-- END: SITE NAME BAR - -> | |||||
| 40 | <table bor der="0" ce llpadding= "0" cellsp acing="0" width="100 %" | |||||
| 41 | su mmary="tab le is used for layou t purposes "> | |||||
| 42 | <t body> | |||||
| 43 | <tr> | |||||
| 44 | <td id ="content- main"> | |||||
| 45 | <!-- STA RT: PAGE T ITLE AREA --> <!-- E ND: PAGE T ITLE AREA --> <!-- S TART: PAGE CONTENT - -> | |||||
| 46 | <div cla ss="errors "> | |||||
| 47 | <p> | |||||
| 48 | <e m> An unex pected err or occurre d during t he process ing | |||||
| 49 | of y our reques t.<br /> P lease cont act the sy stem | |||||
| 50 | admi nistrator for assist ance.</em> <br/> | |||||
| 51 | </p> | |||||
| 52 | <c :set var=" newline" v alue="<%= \"\n\" %>" /> | |||||
| 53 | <c :choose> | |||||
| 54 | <c :when test ="${!empty exception .cause and !empty ex ception.ca use.messag e}"> | |||||
| 55 | <b r/> | |||||
| 56 | <p> | |||||
| 57 | <img a lt="Error/ Exception" src="res/ error_icon .gif" />&n bsp;${fn:r eplace(exc eption.cau se.message , newline, "<br />") } | |||||
| 58 | </p> | |||||
| 59 | </ c:when> | |||||
| 60 | <c :otherwise > | |||||
| 61 | <c:i f test="${ !empty exc eption.mes sage}"> | |||||
| 62 | <br/ > | |||||
| 63 | <p> | |||||
| 64 | <img a lt="Error/ Exception" src="res/ error_icon .gif" />&n bsp;${fn:r eplace(exc eption.mes sage, newl ine, "<br />")} | |||||
| 65 | </p> | |||||
| 66 | </c: if> | |||||
| 67 | </ c:otherwis e> | |||||
| 68 | </ c:choose> | |||||
| 69 | <c pp:userInR ole role=" VAPApplica tionTester "> | |||||
| 70 | <c:i f test="${ !empty exc eptionTrac e}"> | |||||
| 71 | <br/> | |||||
| 72 | <p> | |||||
| 73 | <b>Detai led Trace: </b> | |||||
| 74 | <br/> | |||||
| 75 | <c:out v alue="${ex ceptionTra ce}"/> | |||||
| 76 | </p> | |||||
| 77 | </c: if> | |||||
| 78 | </ cpp:userIn Role> | |||||
| 79 | </div> <!-- THE BODY CONTE NT END --> </td> | |||||
| 80 | </tr > | |||||
| 81 | </ tbody> | |||||
| 82 | </table> < !-- START: PAGE FOOT ER --> <%@ include fi le="footer .jsp"%> | |||||
| 83 | <!-- END: PAGE FOOTE R --> <!-- END: PAGE CONTENT - -></td> | |||||
| 84 | </tr> | |||||
| 85 | </tb ody> | |||||
| 86 | </ table> | |||||
| 87 | </body> | |||||
| 88 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.