您不能在标签内使用标签。因此,只需按以下步骤分隔标签即可:
<c:url var="post_url" value="/user/add" /><sf:form commandName="user" method="post" action="${post_url}">
您不能在标签内使用标签。因此,只需按以下步骤分隔标签即可:
<c:url var="post_url" value="/user/add" /><sf:form commandName="user" method="post" action="${post_url}">