[Tapestry5] Tapestry Version 5.3.8 问题

devil_night 2015-02-02
参考Tapertry教程里面学习, 使用 Form的时候遇到如下错误

org.apache.tapestry5.internal.services.RenderQueueException
Render queue error in BeginRender[Form:textfield]: Exception constructing service 'BeanValidatorSource': Error invoking constructor public org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(java.util.List): Could not create Configuration.
activeComponents
Form (class org.tapestry.pages.Form)
Form:form1 (class org.apache.tapestry5.corelib.components.Form)
classpath:org/tapestry/pages/Form.tml, line 2
1 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
2 <t:form t:id="form1">
3 <t:textfield value="theValue" />
4 <input type="submit" value="Submit" />
5 </t:form>
6 </html>
Form:textfield (class org.apache.tapestry5.corelib.components.TextField)
classpath:org/tapestry/pages/Form.tml, line 3
1 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
2 <t:form t:id="form1">
3 <t:textfield value="theValue" />
4 <input type="submit" value="Submit" />
5 </t:form>
6 </html>
location
classpath:org/tapestry/pages/Form.tml, line 3
org.apache.tapestry5.ioc.internal.util.TapestryException
Exception constructing service 'BeanValidatorSource': Error invoking constructor public org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl(java.util.List): Could not create Configuration.
Global site tag (gtag.js) - Google Analytics