You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Santiago Aucejo (JIRA)" <ji...@apache.org> on 2008/02/07 10:39:07 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12566520#action_12566520 ] 

Santiago Aucejo commented on WICKET-1325:
-----------------------------------------

Well that does not work either, sorry.

When I add this to the birthDateComponent, what should happen? This component is not set required!
e.g.:
when you enter a birthdate the ageY or the ageD will be calculated in order if you are older than one Year or not.
If you leave this field blank,  allright.
But the fields AgeY and AgeD have to be set, wether to a value or to 0 (zero, null is not allowed).
That is because you can calculate an Age out of a Date but not vice versa.

When I add these lines to e.g. ageInYearsComponent and clean the AgeY field and press enter or TAB an Ajax call should happen and the feedbackpanel should be drawn.
That does not happen with the 1.3, even not with these additional lines.
When I press the button, the feedbackpanel shows up, allright.
But that should happen as a result of the ajax-call, too.



> 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.