;>
> >>>> Form form = new Form("form") {
> >>>>public void onSubmit() {
> >>>>setResponsePage(prevPage);
> >>>>}
> >>>>
> >>>>
new
>>>> Model(getString("back")));
>>>>
>>>>Form form = new Form("form") {
>>>>public void onSubmit() {
>>>>setResponsePage(prevPage);
>>>> }
>>>>
>>
tMethod() {
>>> return "get";
>>>}
>>>};
>>>form.add(backBtn);
>>>
>>>add(form);
>>>
>>> What am I doing wrong???
>>>
>>> thanks,
otected String getMethod() {
>> return "get";
>>}
>> };
>>form.add(backBtn);
>>
>>add(form);
>>
>> What am
blic void onSubmit() {
>setResponsePage(prevPage);
>}
>
>protected String getMethod() {
> return "get";
>}
>};
>form.add(backBtn);
>
>add(form);
>
return "get";
}
};
form.add(backBtn);
add(form);
What am I doing wrong???
thanks, Eyal.
--
View this message in context:
http://www.nabble.com/form-GET-calling-onSubmit-tp19824816p19824816.html
Sent from the Wicket -