I recently spilt my app page into several small pages and place them into a frame page with 3 parts. one is on the top (called A), the rest are left(B) and right(C). i'm trying my best to solve the problems after splitting. but getting troubled when dealing with modal window.
in the past version, there're some links which can activated modalwindow in the origin page. but after changed by frame page, i've to place the link on frame B , but place the window component on frame C so as to show in the right side of the screen. I've attempted to make the componter reference of modalwindow in frame C accessable to frame B , and call its setPageCreator method when the link is clicked, but failed . Could someone tell me how can i activated the modalwindow in the other frame page? And, i also wonder how to call ajax method in the other frame page (because i need to change some of the components's style in frame A by clicking some link on frame B, and i don't want to refresh all the html, instead of part of them)? What's the wicket way of doing those? Thanks in advance.
