Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-26 Thread Johan Compagner
what you could do is just stripoff (regexp replace) the jsession id of the url you can only do this is you don't acess the session in your resource and i guess you don't do that because you only need the url to stream the resource right? johan On 5/25/07, Rüdiger Schulz [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-26 Thread Rüdiger Schulz
Ah, good advice. I actually need the Session in the Resource, as some images have restrictions on who is allowed to see them. So, instead of stripping the jsessionid, I will create my links for the src attribute in a way that it they will look like this:

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Korbinian Bachl
- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Rüdiger Schulz Gesendet: Freitag, 25. Mai 2007 11:15 An: wicket-user Betreff: [Wicket-user] Problem with jsessionid in mounted Resources Hello all, I have (or had) a problem with mounted Resources and an iserted

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Rüdiger Schulz
Hello, 2007/5/25, Korbinian Bachl [EMAIL PROTECTED]: Hi, i dont see the current problem but why dont you just go an easier way in using IndexedParamUrlCoding strategy? e.g: - create 1 normal Wicket WebPage having a (PageParameters params) strategy - mount that page in the init() using

Re: [Wicket-user] Problem with jsessionid in mounted Resources

2007-05-25 Thread Korbinian Bachl
Schulz Gesendet: Freitag, 25. Mai 2007 13:34 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Problem with jsessionid in mounted Resources Hello, 2007/5/25, Korbinian Bachl [EMAIL PROTECTED]: Hi, i dont see the current problem but why dont you just go an easier way