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 <html><head> part.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Dec 12, 2014 at 1:44 PM, Dan Haywood <[email protected]> wrote: > 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) which would act as a hint to this IFrame factory. > > Don't think this would be too difficult to implement; just not done yet. > > If you have an exact requirement, perhaps we could use that to drive > forward the design? > > Cheers > Dan > > > On 12 December 2014 at 11:27, GESCONSULTOR <[email protected]> wrote: > > > > 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 > > > > >
