6 Feb
2012
6 Feb
'12
8:42 a.m.
Hi everyone, It used to be in the previous or so galaxy-dist that if you wanted to have a tool which displayed a web page from another web app in the center Galaxy frame you simply did: <tool name="View External Web Page" id="view_external_page" version="1.0.0"> <description>from External App</description> <inputs action="http://my/url/path" check_values="false" method="get" /> </tool> But this doesn't work anymore, instead you get a form with an "Execute" button which you then have to click on in order to go to the external web page you wanted to embed. How do I get the old desired behavior? regards, Leandro