[ 
https://issues.apache.org/jira/browse/WICKET-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566682#action_12566682
 ] 

Igor Vaynberg commented on WICKET-1325:
---------------------------------------

ah yes, forgot the missing piece. sorry. in that feedbacktextfield remove all 
that ifeedback stuff, and simply do

oncomponenttag(tag) {
  if (!isvalid()) {
     appenderrorstyle();
  } else {
     appendnormalstyle();
  }
}

all that feedback stuff you are doing is way over engineered.

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

Reply via email to