Forms Spring标签表单输入

Forms Spring标签表单输入,forms,spring,tags,Forms,Spring,Tags,我在spring标记表单输入中遇到了一些问题。。 如果我使用,将显示错误 java.io.IOException:jspeexception在评估主体时但如果我使用html标记,它将无法连接到数据库 <form:form method="POST" action="/sampling/insert" modelAttribute="sampling"> <div class="form-row control-group row-fluid"&g

我在spring标记表单输入中遇到了一些问题。。 如果我使用
,将显示错误
java.io.IOException:jspeexception在评估主体时
但如果我使用html标记,它将无法连接到数据库

<form:form method="POST" action="/sampling/insert"
        modelAttribute="sampling">
        <div class="form-row control-group row-fluid">
            <label class="control-label span3" name="populasi" for="normal-field">Population</label>
            <div class="controls span9">
                <form:input path="populasi" type="text" id="normal-field"
                    class="row-fluid" />
            </div>
        </div>
        <div class="form-row control-group row-fluid">
            <label class="control-label span3" for="normal-field">Error
                Rate</label>
            <div class="controls span9">
                <form:input path="tKesalahan" name="tKesalahan" type="text"
                    id="normal-field" class="row-fluid" />
            </div>
        </div>
        <input type="submit" class="btn btn-success" rel="tooltip"
            data-placement="top" value="Submit" />
    </form:form>

人口
错误
比率
试试这个:

名称、类型不是有效的属性

更改标记属性:


请发布完整的异常跟踪TTP状态500-内部服务器错误类型异常报告消息内部服务器错误说明服务器遇到内部错误,导致其无法满足此请求。异常java.io.IOException:JSPEException评估正文时请注意,GlassFish Server开源版本4.0日志中提供了异常及其根本原因的完整堆栈跟踪。GlassFish Server开源版本4.0您在.jps导入spring framework JSP标记库,例如是的,我已经输入了,但仍然收到错误消息我从未使用GlassFish Server,它的日志中有什么?它似乎不太懂JSP。
jspapi.jar是否在其libs中?