I used that migration guide during the migration but none of the
questions in my original post were answered there.

Alec

On Tue, Sep 4, 2012 at 12:44 AM, Thomas Götz <t...@decoded.de> wrote:
> Take a look at the migration guide, this will answer some (if not all) of 
> your questions:
> https://cwiki.apache.org/WICKET/migration-to-wicket-15.html
>
>    -Tom
>
> On 04.09.2012, at 02:36, Alec Swan <alecs...@gmail.com> wrote:
>
>> Hello,
>>
>> I finally decided to bite the bullet and migrate to Wicket 1.5. It
>> turned out a lot harder than I expected. Here are some of the issues I
>> ran into:
>>
>> * How to implement HybridUrlCodingStrategy in 1.5?
>>
>> * I saw a ticket related to putClassAlias, but I couldn't figure out
>> how to port this one line to 1.5:
>>    getSharedResources().putClassAlias(GlobalResourceScope.class, "global");
>>
>> * How do I modify the following line to use HTTP in DEVELOPMENT mode?
>>    setRootRequestMapper(new HttpsMapper(getRootRequestMapper(), new
>> HttpsConfig(80, 443)));
>>
>> * WicketTester#setupRequestAndResponse() - what should be used instead?
>>
>> * How do I integrate WicketTester and Spring? I used the following
>> code in 1.4.x:
>>     InjectorHolder.setInjector(new AnnotSpringInjector(new
>> MockContextLocator(myAppContext)));
>>     InjectorHolder.getInjector().inject(this);
>>
>> Thanks,
>>
>> Alec
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

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

Reply via email to