You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by datazuul <ra...@pixotec.de> on 2011/07/12 09:29:29 UTC

Re: DynamicImageResource and urls

that is exactly my problem:
- I get image data from my backend
- I need url to some serving wicket resource (to be used in javascript)
- I need the url not public (like a shared resource) but only for session

something like: urlFor(DynamicImageResource)

Did you solve it? Any hints for me? (Wicket 1.4.17)

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/DynamicImageResource-and-urls-tp1870316p3661636.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DynamicImageResource and urls

Posted by datazuul <ra...@pixotec.de>.
thanks Igor, that is what I thought of, too. But was not sure if there is another solution I was not aware of. Great!
-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



"Igor Vaynberg-2 [via Apache Wicket]" <ml...@n4.nabble.com> schrieb:

	use a shared resource and pass a key on the url 
store a key in session as well 
if they match then the request came from the same session 

-igor 

On Tue, Jul 12, 2011 at 12:29 AM, datazuul <[hidden email]> wrote: 


> that is exactly my problem: 
> - I get image data from my backend 
> - I need url to some serving wicket resource (to be used in javascript) 
> - I need the url not public (like a shared resource) but only for session 
> 
> something like: urlFor(DynamicImageResource) 
> 
> Did you solve it? Any hints for me? (Wicket 1.4.17) 
> 
> -- 
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/DynamicImageResource-and-urls-tp1870316p3661636.html
> Sent from the Users forum mailing list archive at Nabble.com. 
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [hidden email] 
> For additional commands, e-mail: [hidden email] 
> 
> 


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

	 	
	
	_____________________________________________
	

		

If you reply to this email, your message will be added to the discussion below:

		http://apache-wicket.1842946.n4.nabble.com/DynamicImageResource-and-urls-tp1870316p3662554.html 	

	

		 		To unsubscribe from DynamicImageResource and urls, click here. 	



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/DynamicImageResource-and-urls-tp1870316p3666704.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DynamicImageResource and urls

Posted by Igor Vaynberg <ig...@gmail.com>.
use a shared resource and pass a key on the url
store a key in session as well
if they match then the request came from the same session

-igor

On Tue, Jul 12, 2011 at 12:29 AM, datazuul <ra...@pixotec.de> wrote:
> that is exactly my problem:
> - I get image data from my backend
> - I need url to some serving wicket resource (to be used in javascript)
> - I need the url not public (like a shared resource) but only for session
>
> something like: urlFor(DynamicImageResource)
>
> Did you solve it? Any hints for me? (Wicket 1.4.17)
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/DynamicImageResource-and-urls-tp1870316p3661636.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org