Hi, We have a large GWT project and many smaller GWT sub-projects basically the large controller project invokes the smaller projects via many means such as some are incorporated into iframes that are shown in page, some are shown by clicking a URL and opening the project into a new window.
The requirement is to change the Css on the fly, this is possible in the main project, by simply changing, on the fly, the href of the link tag containing stylesheet url
is it possible to propogate this change to the sub-projects too ? or asking in more broader terms, how do i achieve inter - project communication in GWT ?