Guest User

Untitled

a guest
Oct 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <c:forEach items="${sessionScope.form.manufacturerList}" var="manufacturer">
  2. <a href="products?limit=${form.productMax}&sort=${form.sort}&price-form=${form.minPrice}&price-to=${form.maxPrice}&manufacturer-checkbox=${manufacturer}&categories-checkbox=${categoryList}">
  3. </c:forEach>
Add Comment
Please, Sign In to add comment