EL1007E: Property or field 'id' cannot be found on null
πμλ¬λ¬Έκ΅¬
Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "product.id" (template: "admin/admin_product" - line 66, col 88)
πν΄κ²°
<a href="javascript:void(0);" onclick="return confirm('μ λ§λ‘ μμ νμκ² μ΅λκΉ?');"
th:href="@{|/ad/product/delete/${product?.id}|}">
<button type="button" class="date_btn" style="color: black;">μμ </button>
</a>
"{product.id}"λ₯Ό "{product?.id}"λ‘ μμ νκ³ ν΄κ²°νλ€.
?μ nullμ΄ λ°μν μ μλ νλ‘νΌν°μ λ£λλ€.
μ¬κΈ°μ ?λ ifλ₯Ό μλ―Ένλ€.