Extend DynamicWebResource with something like
public class MyDynamicResource extends DynamicWebResource {
protected final ResourceState getResourceState() {
return new MyResourceState();
}
private class MyResourceState extends ResourceState {
p
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 <