gpt4 book ai didi

java - 为什么此代码会生成错误 "The end tag "
转载 作者:搜寻专家 更新时间:2023-10-31 19:41:09 27 4
gpt4 key购买 nike

我不明白为什么会出现错误:

The end tag "</c:when" is unbalanced

当这段代码运行时:

<c:choose>
<c:when test="${label == 'Apple'}">
<form:form modelAttribute="fruit" action="/fruit/${fruitId}" method="post">
<form:input path="fruitId" type="hidden" value="${fruitId}"/>
</c:when>
<c:when test="${label == 'Orange'}">
<form:form modelAttribute="fruit" action="/fruit/${fruitId}" method="post">
<form:input path="fruitId" type="hidden" value="${fruitId}"/>
</c:when>
</c:choose>

最佳答案

您有一个未关闭的 <form:form>标签。

关于java - 为什么此代码会生成错误 "The end tag "</c :when"is unbalanced"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8632487/

27 4 0

Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com