Got that figured out. Actually it is in the book. Using RequestCycle.get().setRequestTarget(target); with a submit button. This also opens it up with no dialog box.
On Mon, Mar 2, 2009 at 7:43 PM, Arie Fishler <[email protected]> wrote: > - Show quoted text - > > Hi, >> >> I am integrating some reports using the JasperReports integration classes >> found in the Wicket stuff. >> >> Basically I have a class that extends DynamicWebResource >> >> It is linked using a ResourceLink that triggers its output. >> >> Content type is returned as text/html. >> >> Why is the browser asking me before opening it? I want it to automatically >> open in a new window just as it dows when I approve the dialog box. >> >> On another level, as I specified the output is triggered using a >> ResourceLink on the page. How do I trigger the output when I want to put a >> form and a submit link on the page. This means I want to create the Resource >> on submit and trigger its output based on the form selections not as a >> direct link on the pgae. >> >> Thanks, >> Arie >> >
