I was meaning about bookmarkable, that the resourcetarget has an own link like:
path/to/dynamic/resource.pdf

Sorry for the newbie questions..

/*
But if I do the follow in a Page's constructor:
getRequestCycle().setRequestTarget(...);
return;
And the page is itself bookmarkable, maybe this would be working.(?)
*/

Peter

2009-08-08 13:58 keltezéssel, Martin Makundi írta:
You can have it on a bookmarkable page.. not?

**
Martin

2009/8/8 Major Péter<majorpe...@sch.bme.hu>:
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/%3c46d80834.1040...@jayway.dk%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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to