I was only guessing, that the DWR would be the solution to my problem (the idea was from uploaddownload wiki page).

The link you provided is exactly the same solution which I linked before (It's just on a different archive-browser.) :)
//And that one is working perfectly for me.

So if I have a custom DWR, do I gonna need a ResourceStreamRequestTarget to making it downloadable (or bookmarkable)?
And if I have a RequestTarget how can I make it bookmarkable?

Thanks

Peter

2009-08-08 13:40 keltezéssel, Martin Makundi írta:
- After creating a DWR, how do I get an URL for the newly created resource
and how do I redirect to it?

I would assume DWR is just a resource. It does not have an URL on its
own. HEre is an example where it is attached to a link:
http://mail-archives.apache.org/mod_mbox/wicket-users/200708.mbox/%[email protected]%3e

Use for example ResourceStreamRequestTarget

- While creating the URL for the resource, does it matters which
urlcodingstrategy am I using? (I'm currently using BPRTUCS).

Don't know how/why it would matter.

- what does the mountSharedResource do at all? (Is it for only static
resources?)

Don't know that either. Hopefully someone else can help you with these.

**
Martin


2009-08-08 13:23 keltezéssel, Martin Makundi írta:
I'm using iText for generating Pdf, this is only a PoC code, Later I will
add a business object to the class, so I can provide custom datas for the
pdf generating part. You can also see, that this code will generate the
pdf
on-demand.
Can you elaborate the problem you still have?

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to