Re: Image urls with CryptoMapper

2012-07-26 Thread Sven Meier
this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Image urls with CryptoMapper

2012-07-26 Thread jchappelle
(), this)); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805.html Sent from the Users forum mailing list archive at Nabble.com. _ To unsubscribe, e-mail: [hidden

Re: Image urls with CryptoMapper

2012-07-26 Thread jchappelle
Issue created. https://issues.apache.org/jira/browse/WICKET-4678 https://issues.apache.org/jira/browse/WICKET-4678 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805p4650809.html Sent from the Users forum mailing list archive

Re: Image urls with CryptoMapper

2012-07-26 Thread Michael Mosmann
CryptoMapper(getRootRequestMapper(), this)); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805.html Sent from the Users forum mailing list archive at Nabble.com. _ To unsubscribe, e

Re: Image urls with CryptoMapper

2012-07-26 Thread jchappelle
this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805.html Sent from the Users forum mailing list archive at Nabble.com. _ To unsubscribe, e-mail: [hidden email] http://user/SendEmail.jtp?type

Re: Image urls with CryptoMapper

2012-07-26 Thread jchappelle
() { return Page1.class; } @Override public void init() { super.init(); setRootRequestMapper(new CryptoMapper(getRootRequestMapper(), this)); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805.html Sent from

Re: Image urls with CryptoMapper

2012-07-26 Thread Michael Mosmann
Ok.. i think, wicket will parse the markup and rewrites the first img tag... Wicket can only do this, because its allready in the markup. Whatever comes out of an model will NOT be parsed by wicket, so its plain html (escaping switched off). The second image is more like your problem as the

Re: Image urls with CryptoMapper

2012-07-26 Thread Martin Grigorov
?type=nodenode=4650806i=3 -- If you reply to this email, your message will be added to the discussion below: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805p4650806.html To unsubscribe from Image urls with CryptoMapper, click

Re: Image urls with CryptoMapper

2012-07-26 Thread jchappelle
(), this)); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-urls-with-CryptoMapper-tp4650805.html Sent from the Users forum mailing list archive at Nabble.com