WICKET-7144: make Ajax on FormComponentPanel possible#1386
Conversation
|
Hi @jstuyts , I haven't the chance yet to fully explore your PR, but I think it might be helpful if we change AjaxFormComponentUpdatingBehavior in order to propagate submission to each inner FromComponent. I made some changes on a separate branch if you wanna take a look. It's just an idea but I think this might be a cleaner solution to overcome the limit of the single component submission. |
7ae4058 to
4e84d38
Compare
… indicate they want to process their children on Ajax requests.
4e84d38 to
9ff5242
Compare
bitstorm
left a comment
There was a problem hiding this comment.
Hi @jstuyts ,
I did some work to make AjaxFormComponentUpdatingBehavior capable of submitting inner FormComponents. You can see what I've done in this commit on my branch . I think its a relativity simple solution to overcame the limits you've found using FromComponentPanels with AjaxFormComponentUpdatingBehavior. If you find it helpful I can merge it on master branch.
It almost works as intended. There are (unfortunately) excessive requests. This has been documented.