Produced by Araxis Merge on 6/9/2017 3:51:37 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:37 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\tags\cpp | errors.tag | Fri Apr 21 20:03:30 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 29 |
| 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 | Docume nt : err ors | |||||
| 3 | Create d on : Dec 24, 2009, 7:45:03 P M | |||||
| 4 | Author : Dav id Vazquez | |||||
| 5 | Modifi ed By: Ash a Amritraj | |||||
| 6 | --%> | |||||
| 7 | <%@taglib uri="http: //java.sun .com/jsp/j stl/core" prefix="c" %> | |||||
| 8 | <%@taglib uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%> | |||||
| 9 | ||||||
| 10 | <%@tag des cription=" Display fo rm validat ion errors ." pageEnc oding="UTF -8"%> | |||||
| 11 | ||||||
| 12 | <c:if test ="${!empty formError s}"> | |||||
| 13 | <div i d="formErr ors" class ="errors"> | |||||
| 14 | <p > | |||||
| 15 | <em> | |||||
| 16 | Ther e | |||||
| 17 | <c:c hoose> | |||||
| 18 | <c:when te st="${fn:l ength(form Errors) > 1}">were</ c:when> | |||||
| 19 | <c:otherwi se>was</c: otherwise> | |||||
| 20 | </c: choose> ${ fn:length( formErrors )} error<c :if test=" ${fn:lengt h(formErro rs) > 1}"> s</c:if> i n your sub mission. | |||||
| 21 | </em> | |||||
| 22 | </ p> | |||||
| 23 | <u l class="n oBulletNoI ndent"> | |||||
| 24 | <c:forEa ch var="fe " items="$ {formError s}"> | |||||
| 25 | <li> <img src=" res/error_ icon.gif" alt=""/> < c:out valu e="${fe.me ssage}" /> </li> | |||||
| 26 | </c:forE ach> | |||||
| 27 | </ ul> | |||||
| 28 | </div> | |||||
| 29 | </c:if> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.