Skip to content

[8장] show.jsp 의 템플릿 #7

@Gobukgol

Description

@Gobukgol
<ul class="article-util-list">
			<li>
				<a class="link-modify-article" href="/api/qna/updateAnswer/{3}">수정</a>
			</li>
			<li>
				<form class="form-delete" action="/api/qna/deleteAnswer" method="POST">
					<input type="hidden" name="answerId" value="{4}" />
					<button type="submit" class="link-delete-article">삭제</button>
				</form>
			</li>
		</ul>

show.jsp 의 html 템플릿에 {4} 를 {3} 으로 변경해야합니다. next-step 레포에서 그대로 긁어 오면 {4}로 되어있습니다.

input type="hidden" name="answerId" value="{4}" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions