You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2008/02/06 20:25:08 UTC

[jira] Resolved: (WICKET-1325) according to Ajax-Feedback-Problem-in-1.3 at nabble-forum-wicket-user

     [ https://issues.apache.org/jira/browse/WICKET-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1325.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

add this to the ajax behavior you add to the birthDateComponent

                       @Override
			protected void onError(AjaxRequestTarget target, RuntimeException e)
			{
				target.addComponent(birthDateComponent);
			}

> according to Ajax-Feedback-Problem-in-1.3 at nabble-forum-wicket-user
> ---------------------------------------------------------------------
>
>                 Key: WICKET-1325
>                 URL: https://issues.apache.org/jira/browse/WICKET-1325
>             Project: Wicket
>          Issue Type: Test
>    Affects Versions: 1.2.6, 1.3.0-final
>         Environment: MS XP, Java5, Eclipse3.3europe
>            Reporter: Santiago Aucejo
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>         Attachments: ValidationTest.iamzip
>
>
> As described in Ajax-Feedback-Problem-in-1.3 in the nabble forum "wicket-user" there is a Problem with the validation, wich i had not been able to solve.
> The validation works fine in 1.2.6 but does not in 1.3 .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.