Hi.I had hard time understanding the concept of a Dependency matrix.From what I understand if I have two jsp's(in a matrix),first jsp a "search.jsp" and the second one "display.jsp" ,the second jsp is DEPENDENT on the first.If the first jsp throws an error,the second jsp doesnt display.
Could someone tell me if my interpretation is correct?.My peers seems to disagree.