You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by eyalbenamram <ey...@gmail.com> on 2008/10/02 16:09:13 UTC

Form GET doesn't call onSubmit method

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
OK..  thanks anyway


igor.vaynberg wrote:
> 
> no idea if it works for post but not get...
> 
> -igor
> 
> On Sun, Oct 5, 2008 at 9:26 AM, eyalbenamram <ey...@gmail.com>
> wrote:
>>
>> I will try to reproduce it in a quickstart application..
>> If you won't hear from me again about this problem - it's probably
>> because
>> it worked.
>> One last question: can you think of something I did that caused this
>> problem
>> to occure?
>> My thougths are: if it works for quickstart app but not for me - what did
>> I
>> do wrong?
>>
>>
>> igor.vaynberg wrote:
>>>
>>> just tried the code you pasted in the other email and it works fine
>>> for me. this is why i asked for a quickstart...for now i cant
>>> reproduce your problem.
>>>
>>> -igor
>>>
>>> On Sun, Oct 5, 2008 at 8:57 AM, eyalbenamram <ey...@gmail.com>
>>> wrote:
>>>>
>>>> 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 <ey...@gmail.com>
>>>>> 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
>>>>>>>>> <ey...@gmail.com>
>>>>>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Erik van Oosten
>>>>>>> http://www.day-to-day-stuff.blogspot.com/
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> 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: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19826276.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19826384.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by Igor Vaynberg <ig...@gmail.com>.
no idea if it works for post but not get...

-igor

On Sun, Oct 5, 2008 at 9:26 AM, eyalbenamram <ey...@gmail.com> wrote:
>
> I will try to reproduce it in a quickstart application..
> If you won't hear from me again about this problem - it's probably because
> it worked.
> One last question: can you think of something I did that caused this problem
> to occure?
> My thougths are: if it works for quickstart app but not for me - what did I
> do wrong?
>
>
> igor.vaynberg wrote:
>>
>> just tried the code you pasted in the other email and it works fine
>> for me. this is why i asked for a quickstart...for now i cant
>> reproduce your problem.
>>
>> -igor
>>
>> On Sun, Oct 5, 2008 at 8:57 AM, eyalbenamram <ey...@gmail.com>
>> wrote:
>>>
>>> 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 <ey...@gmail.com>
>>>> 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
>>>>>>>> <ey...@gmail.com>
>>>>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Erik van Oosten
>>>>>> http://www.day-to-day-stuff.blogspot.com/
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> 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: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19826276.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
I will try to reproduce it in a quickstart application..
If you won't hear from me again about this problem - it's probably because 
it worked. 
One last question: can you think of something I did that caused this problem
to occure?
My thougths are: if it works for quickstart app but not for me - what did I
do wrong?


igor.vaynberg wrote:
> 
> just tried the code you pasted in the other email and it works fine
> for me. this is why i asked for a quickstart...for now i cant
> reproduce your problem.
> 
> -igor
> 
> On Sun, Oct 5, 2008 at 8:57 AM, eyalbenamram <ey...@gmail.com>
> wrote:
>>
>> 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 <ey...@gmail.com>
>>> 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
>>>>>>> <ey...@gmail.com>
>>>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Erik van Oosten
>>>>> http://www.day-to-day-stuff.blogspot.com/
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> 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: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>
>> --
>> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19826276.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by Igor Vaynberg <ig...@gmail.com>.
just tried the code you pasted in the other email and it works fine
for me. this is why i asked for a quickstart...for now i cant
reproduce your problem.

-igor

On Sun, Oct 5, 2008 at 8:57 AM, eyalbenamram <ey...@gmail.com> wrote:
>
> 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 <ey...@gmail.com>
>> 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 <ey...@gmail.com>
>>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Erik van Oosten
>>>> http://www.day-to-day-stuff.blogspot.com/
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> 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: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>
> --
> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
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 <ey...@gmail.com>
> 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 <ey...@gmail.com>
>>>>> 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: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Erik van Oosten
>>> http://www.day-to-day-stuff.blogspot.com/
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>
>> --
>> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by Igor Vaynberg <ig...@gmail.com>.
first you have to figure out why its not getting called

-igor

On Sun, Oct 5, 2008 at 4:10 AM, eyalbenamram <ey...@gmail.com> 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 <ey...@gmail.com>
>>>> 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: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>> --
>> Erik van Oosten
>> http://www.day-to-day-stuff.blogspot.com/
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>
> --
> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
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 <ey...@gmail.com>
>>> 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: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>       
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> -- 
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
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 <ey...@gmail.com>
>>> 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: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>       
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> -- 
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19823854.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
Thanks for the explanation.
I will do t tomorrow (today is our day off...:)

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 <ey...@gmail.com>
>>> 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: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>>       
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> -- 
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19811525.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by Erik van Oosten <e....@grons.nl>.
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 <ey...@gmail.com>
>> 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: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>>     
>
>   


-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by eyalbenamram <ey...@gmail.com>.
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 <ey...@gmail.com>
> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Form-GET-doesn%27t-call-onSubmit-method-tp19780009p19782690.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Form GET doesn't call onSubmit method

Posted by Igor Vaynberg <ig...@gmail.com>.
create a quickstart and attach it to a jira issue

-igor

On Thu, Oct 2, 2008 at 7:09 AM, eyalbenamram <ey...@gmail.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org