Re: Browser opens a dialog box for text/html Resource

2009-03-03 Thread Arie Fishler
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 wrote: > - Show quoted text - > > Hi, >> >> I am integrating some reports using the

Browser opens a dialog box for text/html Resource

2009-03-02 Thread Arie Fishler
> 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 b

Browser opens a dialog box for text/html Resource

2009-03-02 Thread Arie Fishler
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 bef