Skip to content

Commit db7db1d

Browse files
committed
Added tracking id hint.
1 parent 70935e0 commit db7db1d

File tree

1 file changed

+3
-0
lines changed
  • dddsample/src/main/webapp/WEB-INF/jsp/cargo

1 file changed

+3
-0
lines changed

dddsample/src/main/webapp/WEB-INF/jsp/cargo/track.jsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
</table>
3030
</form:form>
3131
</div>
32+
<c:if test="${cargo == null}">
33+
<p><em>Hint: try tracking "XYZ" or "JKL".</em></p>
34+
</c:if>
3235

3336
<c:if test="${cargo != null}">
3437
<div id="result">

0 commit comments

Comments
 (0)