How can I invoke a method from a controller of another model?
I.e.: I have a popup jsp, where a search button opens another popup with a form (this is binded to another model). In this new popup I can search for an address, which will be returned to the popup before. Any ideas, how this can work?
Thanks.