IResourceStreamWriter

2009-05-28 Thread Douglas Ferguson

Has anybody tried to use a an impl of IResourceStreamWriter?

I created one and I have a link that set this to the RequestCyle in an 
on click.


When I click the link, nothing happens in the browser, but I can use a 
debugger and see the impl get called and my code is writting to the 
OutputStream.


I am probably missing something obvious...

Douglas




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IResourceStreamWriter

2009-05-28 Thread Douglas Ferguson
I just discovered the issue. It is a because I was using an 
AjaxFallbackLink,

I switch it to a regular Link and now it works.

However, as a side effect of clicking this link, I'd like make some 
changes to the screen, i.e. I need an AjaxRequestTarget.

Is it possible to trigger a download using an AjaxFallbackLink?

Douglas

Douglas Ferguson wrote:

Has anybody tried to use a an impl of IResourceStreamWriter?

I created one and I have a link that set this to the RequestCyle in an 
on click.


When I click the link, nothing happens in the browser, but I can use a 
debugger and see the impl get called and my code is writting to the 
OutputStream.


I am probably missing something obvious...

Douglas




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org