Showing an external URL embedded in the webapp

2014-12-12 Thread GESCONSULTOR
Is it possible for an action to return a URL and show it inside the webapp at full size (except menus)? How could it be achieved with the new design/annotations? That way we could easily integrate with other pages, web apps (reporting, dashboards, ...). Thanks, Oscar

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread Dan Haywood
Currently returning a URL will open the object in a new window. I think the way to support this requirement is to write a new Wicket ComponentFactory implementation for something like an iFrame, and then have a bit of additional metadata (probably in @ActionLayout since it pertains to the UI)

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread Martin Grigorov
Yes, It has to be in iframe because otherwise the CSS from Isis most probably will mess up the one from the external page. And there won't be a need to cut the external page's htmlhead part. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 12, 2014 at

Re: Showing an external URL embedded in the webapp

2014-12-12 Thread GESCONSULTOR
I'm trying to think about what we would need in ISIS to implement things we customized in our app. In order to fulfill all requirements there are parts of the app that are directly implemented by means of external webapps (like reporting and dashboards) working all together using CAS as an