I can't help that much but I've uploaded my quickstart project here http://www.nabble.com/file/p19436483/ajaylogin.zip ajaylogin.zip , you can run it using
mvn -Dmaven.test.skip=true jetty:run and see for yourself.. Good luck.. Ajayi Yinka wrote: > > Thanks so much, I appreciate this, Now help me remove the onError method > from the LoginForm class so that Login.class is not called. Do the same > thing again and check the result. check if the page in the setResponsePage > is redered. Actually, I am confussed with this problem. > > thanks so much > yinka > > On Thu, Sep 11, 2008 at 6:57 AM, Serkan Camurcuoglu > <[EMAIL PROTECTED]>wrote: > >> when I try, it works as expected, onError is called whenever data is not >> entered, and onSubmit is called when I enter both values.. >> >> >> >> Ajayi Yinka wrote: >> >>> When I debugged the codes, it wasn't getting to the onSubmit method. >>> Maybe >>> you try to do this with the code, don't enter value when the page is >>> first >>> rendered and click the submit button. After that, enter values nto the >>> textfields and click the submit button and check if the onSubmit method >>> is >>> executed. If this works for you, then something is wrong in my code that >>> I >>> don't know about. >>> Thanks so much, >>> yinka >>> >>> On Thu, Sep 11, 2008 at 6:33 AM, Serkan Camurcuoglu >>> <[EMAIL PROTECTED] >>> >wrote: >>> >>> >>> >>>> turning your code into a quickstart project works for me, onSubmit is >>>> successfully called.. Did you debug and see the return value of >>>> continueToOriginalDestination() ? >>>> > > -- View this message in context: http://www.nabble.com/Components-render-problem-tp19411126p19436483.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
