From the javalobby forum I got this bugreport (thanks to Krasna Halopti <http://www.javalobby.org/forums/profile.jspa?userID=134569>, http://www.javalobby.org/forums/profile.jspa?userID=134569):
It's an interesting project. I went to the examples site and hit a problem more or less straight away. I don't know if this is a problem with Wicket itself or the example, and the only reason I'm posting it here is that I can't login to SF to report a bug because the firewall where I am working blocks access. Anyway, best wishes to the Wicket team.
Steps to reproduce:
1. Go to http://www.wicket-library.com/wicket-examples/forminput
2. Click on the Reset button.
3. Result:
Unexpected RuntimeException
wicket.WicketRuntimeException: Method public abstract void wicket.markup.html.link.ILinkListener.onLinkClicked() of interface ILinkListener threw an exception at wicket.protocol.http.WebRequestCycle.invokeInterface(WebRequestCycle.java:284) at wicket.protocol.http.WebRequestCycle.invokeInterface(WebRequestCycle.java:309) at wicket.protocol.http.WebRequestCycle.callComponentListener(WebRequestCycle.java:223) at wicket.protocol.http.WebRequestCycle.parseRequest(WebRequestCycle.java:118) at wicket.RequestCycle.request(RequestCycle.java:358) at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:165) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:731) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at wicket.protocol.http.WebRequestCycle.invokeInterface(WebRequestCycle.java:275) ... 21 more Caused by: wicket.WicketRuntimeException: ognl.NoSuchPropertyException: wicket.examples.forminput.FormInputModel.inputForm at wicket.model.AbstractPropertyModel.onGetObject(AbstractPropertyModel.java:144) at wicket.model.AbstractDetachableModel.getObject(AbstractDetachableModel.java:77) at wicket.Component.setModelObject(Component.java:1057) at wicket.examples.forminput.FormInput$1.onClick(FormInput.java:128) at wicket.markup.html.link.Link.onLinkClicked(Link.java:185) ... 25 more Caused by: ognl.NoSuchPropertyException: wicket.examples.forminput.FormInputModel.inputForm at ognl.ObjectPropertyAccessor.getProperty(ObjectPropertyAccessor.java:123) at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1616) at ognl.ASTProperty.getValueBody(ASTProperty.java:96) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getValue(SimpleNode.java:210) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:378) at wicket.model.AbstractPropertyModel.onGetObject(AbstractPropertyModel.java:139) ... 29 more
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
