On 6/30/07, Karl M. Davis <[EMAIL PROTECTED]> wrote:

Hey there all,

I've got a DynamicWebResource that I'm mounting via
mountSharedResource(...) and creating a ResourceLink to.  That Resource
requires parameters and I'd love for it to operate similar to how
IndexedParamUrlCodingStrategy works, where my parameters are numbered
and look like just an extension of the URL.

For example:
.../myresource/folderparam/folderparam/fileparam

Any way to do that?  I've been poking around in WebRequestCodingStrategy
and it looks like I could override some of the stuff there to get
started, but that looks hackish and rather complicated.  I think that'd
only get me halfway; that would allow me to encode the URLs but I'm
unsure of where I'd need to decode them when the link is clicked on.

I'd appreciate any pointers on this one.


right now we do not support different coding strategies for resorce mounts,
although probably we could pretty easily. please add an rfe to jira.

-igor







Thanks much in advance,
Karl

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to