0

我在 apache wicket 框架中面临这个问题。

WicketMessage: Can't instantiate page using constructor public com.joy.ui.Registration()Root cause:java.lang.ClassNotFoundException: org.apache.wicket.extensions.markup.html.form.select.Select

我已经org.apahe.wicket.extensions.markup.html.form.select.Select在我的项目中导入了jar文件,但错误仍然显示......

import org.apache.wicket.extensions.markup.html.form.select.Select;
import org.apache.wicket.extensions.markup.html.form.select.SelectOption;
4

1 回答 1

0

看起来你错过了wicket-extensions.jar。下载并将其添加到您的类路径中。

于 2014-11-28T09:25:46.790 回答