RE: Display a PDF in a new Window

2008-09-17 Thread Kai Mütz
Extend DynamicWebResource with something like public class MyDynamicResource extends DynamicWebResource { protected final ResourceState getResourceState() { return new MyResourceState(); } private class MyResourceState extends ResourceState { p

RE: Display a PDF in a new Window

2008-09-17 Thread ulrik
Hi again I have no idea of how to solve it.. Could you please explain more in detail? What I want to do is, when I click on a link/button or something similar I want to open a pdf which will be downloaded from a database as a byte[].. How would I do this? //Ulrik Kai Mütz wrote: > > ulrik <