hi guys,
I have try to get over the problem by calling Login.class in onError method.
this seems to cover this bugs, but I am not satistify as the error message
is still redisplaying in the next page.
I think what i really need is the problems that are associated with
validation.

On Wed, Sep 10, 2008 at 4:58 AM, Ajayi Yinka <[EMAIL PROTECTED]>wrote:

>
>
> I thought as much, it seems I am missing something out in validation
> process. Please help me check out from this snippet of my codes
>
> userId = new TextField("userId", new Model(""));
>         userId.setRequired(true);
>
>
>         userPassword = new PasswordTextField("userPassword", new
> Model(""));
>         userPassword.setRequired(true);
>
>         form.add(userId);
>         form.add(userPassword);
>       add(form);
>
> add(new FeedbackPanel("errorMsg"));
>
> thanks.
>
>
>
> On Wed, Sep 10, 2008 at 4:06 AM, Serkan Camurcuoglu <[EMAIL PROTECTED]>wrote:
>
>> if onSubmit is not called and the form is redisplayed with the values that
>> you've last entered, it seems like the form is not validated successfully..
>>
>>
>>
>> Ajayi Yinka wrote:
>>
>>> Hi guys,
>>> I am a newbie in wicket. I am presently developpng an application using
>>> wicket framework. I am having problem in submitting my forms.
>>> The form submissionis actually working whenever I enter a value but if no
>>> value is put in the textbox, feedback panel will  display  the error
>>> message
>>> (I think this is good).
>>>
>>> The problem is that if I now enter values in the textboxes, the onsubmit
>>> method is not executed. I dont know what is causing this.
>>> I need a prompt response as this is delaying the progress of my job.
>>> Thanks.
>>> Yinka.
>>>
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>

Reply via email to