[ 
https://issues.apache.org/jira/browse/WICKET-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475722
 ] 

RĂ¼diger Schulz commented on WICKET-324:
---------------------------------------

I have two linked FormComponents. They are both in a border, which is in a 
FormComponentPanel (copied from 1.3 source). After editing of the second 
FormComponent is done (onblur), I send the value of both FormComponents via 
AJAX, validate it all, and send the border back. So I have to attach it to the 
second Form Component, but want to validate both of them. For this to work, I 
also had to do some changes to wicket-ajax.js (see WICKET-325).

Another use case I might think of is a validate-button which does not submit 
and validate the complete form, but only parts of it.


> AjaxFormComponentUpdatingBehavior updating other Component
> ----------------------------------------------------------
>
>                 Key: WICKET-324
>                 URL: https://issues.apache.org/jira/browse/WICKET-324
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.2.5
>         Environment: JDK 1.5, should work for 1.4
>            Reporter: RĂ¼diger Schulz
>            Priority: Minor
>             Fix For: 1.2.6
>
>         Attachments: AjaxFormComponentUpdatingBehavior.java
>
>
> I'd like to bind an AjaxFormComponentUpdatingBehavior to one FormComponent, 
> and if the event fires, another FormComponent should be updated etc. I'll 
> attach patches right away.

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