I have no idea why.. I think it is a bug.. when using POST it works just fine. So is there a way to use GET and call onSubmit in another way?
igor.vaynberg wrote: > > first you have to figure out why its not getting called > > -igor > > On Sun, Oct 5, 2008 at 4:10 AM, eyalbenamram <[EMAIL PROTECTED]> > wrote: >> >> Hi >> Is there a way to override this bug? the problem is I need a solution for >> the problem NOW >> and I cannot wait for the next version of wicket to come out... >> >> Thanks, Eyal. >> >> >> Erik van Oosten wrote: >>> >>> Hi Eyal, >>> >>> Let me translate Igor's reponse (which I agree is somewhat short for the >>> uninitiated ;) ) >>> >>> "Quickstart" is the optimum way to start with Wicket. For more info see >>> http://wicket.apache.org/quickstart.html. >>> >>> "A quickstart" is an as small as possible Wicket application that >>> demonstrates a bug and was created with Quickstart. >>> >>> Igor's question also indicates he thinks there is a bug. You can file >>> the bug by creating an issue in Wicket's bug tracking system at: >>> https://issues.apache.org/jira/browse/WICKET. The quickstart should be >>> attached to the created issue. >>> >>> Regards, >>> Erik. >>> >>> >>> eyalbenamram wrote: >>>> Hi >>>> How? what is a quickstart? >>>> I am using wicket 1.3.4 is it still not fixed there? >>>> >>>> >>>> >>>> igor.vaynberg wrote: >>>> >>>>> create a quickstart and attach it to a jira issue >>>>> >>>>> -igor >>>>> >>>>> On Thu, Oct 2, 2008 at 7:09 AM, eyalbenamram <[EMAIL PROTECTED]> >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> I have a form that overrides the method: >>>>>> >>>>>> protected String getMethod() { >>>>>> >>>>>> return Form.METHOD_GET; >>>>>> } >>>>>> >>>>>> When the form is submitted, the onSubmit method is never called and I >>>>>> am routed to the home page instead of the location I specified. Any >>>>>> suggestions?? >>>>>> >>>>>> Thanks, Eyal. >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19780009.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] >>>>>> >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >>> -- >>> Erik van Oosten >>> http://www.day-to-day-stuff.blogspot.com/ >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19823522.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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19825976.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]
