Re: ExternalImage

2015-12-10 Thread Tobias Soloschenko
Then I'm going to add it. :-) kind regards Tobias > Am 10.12.2015 um 21:44 schrieb Martin Grigorov : > > On Thu, Dec 10, 2015 at 7:43 PM, Tobias Soloschenko < > tobiassolosche...@googlemail.com> wrote: > >> Hi there, >> >> If you want to use the SNAPSHOT version I think you have to configure

Re: Wizard localization

2015-12-10 Thread Sebastien
Hi Martin, > I think Wizard[_lang].properties should be moved to org/apache/wicket/extensions/Initializer[_lang].properties I didn't know (or absolutely forgot) about Initializer[_lang].properties! It is a better solution IMO, I will change this in AbstractWizard (Wicket jQuery UI)... You're are

Re: Wizard localization

2015-12-10 Thread Martin Grigorov
Hi Maxim, The order of the loaders is defined at: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/settings/ResourceSettings.java#L220-L224 You can redefine it by using #getStringResourceLoaders().clear(); #getStringResourceLoaders().addAll(betterOrderedList

Re: ExternalImage

2015-12-10 Thread Martin Grigorov
On Thu, Dec 10, 2015 at 7:43 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi there, > > If you want to use the SNAPSHOT version I think you have to configure the > SNAPSHOT repository first: > > http://repository.apache.org/snapshots/ > > @all: I haven't found the informatio

Re: relative or absolute redirects (use in proxy?)

2015-12-10 Thread Rob Audenaerde
Hi Martin, Thanks for the reply, I will look into it! -Rob Verstuurd vanaf mijn iPad > Op 10 dec. 2015 om 21:42 heeft Martin Grigorov het > volgende geschreven: > > Hi, > > In short: you need a reverse proxy. > > Longer story: > > It is a bit blurry for me now because I did it one year ag

Re: relative or absolute redirects (use in proxy?)

2015-12-10 Thread Martin Grigorov
Hi, In short: you need a reverse proxy. Longer story: It is a bit blurry for me now because I did it one year ago but here is what I did for one of my applications that is deployed at Azure: 1) created 3 images (Ubuntu), named "ubuntu1", "ubuntu2", ... 2) each of them runs Tomcat (for the Wicket

Re: Jsession Test Question

2015-12-10 Thread Martin Grigorov
Hi, WicketTester *simulates* a browser and a web server. In a normal setup the web server (like Tomcat) generates and encodes the jsessionid in the url. WicketTester creates a Wicket Session for the test(s) and there is no need of transferring jsessionid in the url/cookie. You can use tester.execu

RE: Jsession Test Question

2015-12-10 Thread Ephraim Rosenfeld
I would have to do further research, but some ideas: * This example shows how to simulate putting a URL in browser, which is helpful for mounted pages: https://ci.apache.org/projects/wicket/guide/6.x/guide/testing.html#testing_1

Re: Jsession Test Question

2015-12-10 Thread Richard W. Adams
The short answer is no. The session ID is not part of the URL. The long answer is, you can test for the session ID if you have access to the HTTP request object. From: Lois GreeneHernandez To: "users@wicket.apache.org" Date: 12/10/2015 01:50 PM Subject:Jsession Test Question

Jsession Test Question

2015-12-10 Thread Lois GreeneHernandez
Hi All, Is it possible to write a unit test or a pojo that tests an request url for the presence of a jsessionid? My application Is java/wicket. Our test system is testNG and wicket tester. Thanks Lois

relative or absolute redirects (use in proxy?)

2015-12-10 Thread Rob Audenaerde
Hi all, I'm trying to host a Wicket Application in an Azure cloud environment. A third party with Azure knowledge (which I lack atm) put up a proxy for us that enforces 2factor authentication. If the user is allowed in, the traffic is send to our application. That way we don't have to spend too m

Re: ExternalImage

2015-12-10 Thread Tobias Soloschenko
Hi there, If you want to use the SNAPSHOT version I think you have to configure the SNAPSHOT repository first: http://repository.apache.org/snapshots/ @all: I haven't found the information on the page. Maybe we have to readd this to the new one. WDYT? kind regards Tobias Am Donnerstag, 10. D

Re: Wizard localization

2015-12-10 Thread Maxim Solodovnik
Thanks Sebastien :) Hello All, I would like to redefine wizard button on "Application level", maybe someone can suggest how it can be possible to redefine string resource resolution order? Here is the original question: I have question regarding jqueryui wizard button localization, I need to loc

Re: ExternalImage

2015-12-10 Thread Sebastien
Hi, ExternalImage will be available in 7.2.0. It is currently available in 7.2.0-SNAPSHOT. Best regards, Sebastien On Thu, Dec 10, 2015 at 10:17 AM, xesj.hu wrote: > Hi ! > > I use wicket 7.1 with this code, but I get compile error! > > org.apache.wicket.markup.html.image.ExternalImage x; > >

ExternalImage

2015-12-10 Thread xesj.hu
Hi ! I use wicket 7.1 with this code, but I get compile error! org.apache.wicket.markup.html.image.ExternalImage x; ExternalImage is exists in the documentation. Bye, xesj.hu -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ExternalImage-tp4672923.html Sent from t

Re: How to set the page title?

2015-12-10 Thread Martin Grigorov
Hi, Better use #renderHead(IHeaderResponse). #renderHead(HtmlHeaderContainer) is for internal jobs. This is improved in 7.x to avoid such confusions. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Dec 10, 2015 at 7:44 AM, Martin Makundi < martin.maku...@ko