Skip to content

L1007E: Property or field 'name' cannot be found on null 에러 #8

Description

@mic050r

보통 tymeleaf에서 th:if할 때 값을 ${}로 표시 안해서

<h1>Score Result</h1>
<div th:if="${dto}">
  <p th:text="${dto.name}"></p>
  <p th:text="${dto.kor}"></p>
  <p th:text="${dto.eng}"></p>
  <p th:text="${dto.math}"></p>
  <p th:text="${sum}"></p>
  <p th:text="${avg}"></p>
</div>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

errorSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions