DmitryZakharov / homeBudgetWeb

1 stars 0 forks source link

HTML Links $2 = 2 #30

Closed DmitryZakharov closed 11 years ago

DmitryZakharov commented 11 years ago

html links are relative to the current sub html directory. Thus, some of them get invalid because they are meant to be used under root folder. All links must be checked and have absolute paths if needed: Example: href="<%=request.getContextPath()%>/account/createAccount.html"