]> git.mxchange.org Git - pizzaservice-war.git/commit
Migration to JSF continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 09:16:36 +0000 (11:16 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 28 Aug 2015 09:16:36 +0000 (11:16 +0200)
commit1760a8ec11406fc4037acccd300ea5d5bb7d6c64
tree8de629bcc0a263e5175a50648318062ae48debbf
parent0c17ee48c807d4f15872f1d8ff439a5cf2021c77
Migration to JSF continued:
- used lesser scriptlets where possible, e.g.:
- <%=request.getContextPath()%> can be converted to ${pageContext.request.contextPath}
- after that, set it with <c:set var="basePath" value="${pageContext....}" />
- then you can use it: ${basePath}
Signed-off-by:Roland Häder <roland@mxchange.org>
19 files changed:
web/admin/category.jsp
web/admin/index.jsp
web/admin/product.jsp
web/errorHandler.jsp
web/form_handler/add_item.jsp
web/form_handler/admin/do_category.jsp
web/form_handler/admin/do_product.jsp
web/imprint.jsp
web/index.jsp
web/privacy.jsp
web/static/admin/admin_category_selection_box.jsp
web/static/admin/admin_footer.jsp
web/static/admin/admin_menu.jsp
web/static/admin/admin_parent_category_selection_box.jsp
web/static/forms/form_login.jsp
web/static/gender_selection_box.jsp
web/static/guest/guest_footer.jsp
web/static/guest/guest_menu.jsp
web/terms.jsp