Re: Wicket 1.5 and Automatic Link Disabling

2011-08-18 Thread Martin Grigorov
add "style.css" problem in the quickstart too

On Thu, Aug 18, 2011 at 4:28 PM, Jonathan Locke
 wrote:
> Well, even with HEAD of trunk, I'm still not getting link disabling so I may
> try to create a quickstart. However, those funny errors trying to resolve
> "style.css" have a workaround: simply stop using mountPackage and they go
> away.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3752598.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-18 Thread Jonathan Locke
Well, even with HEAD of trunk, I'm still not getting link disabling so I may
try to create a quickstart. However, those funny errors trying to resolve
"style.css" have a workaround: simply stop using mountPackage and they go
away.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3752598.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-17 Thread Jonathan Locke

Okay, will do. Thanks Martin!!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3751604.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-17 Thread Martin Grigorov
Could be.
I always test with HEAD to save myself time debugging issues which are
already solved.
Please create a quickstart and attach it to Jira if the issue still
exists for you.

On Wed, Aug 17, 2011 at 8:15 AM, Jonathan Locke
 wrote:
> Ah, is it possible that this is a problem in the last RC that was fixed in
> HEAD?
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3749160.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Jonathan Locke
Ah, is it possible that this is a problem in the last RC that was fixed in
HEAD?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3749160.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Jonathan Locke
Thanks for the thoughts!

This is a bit strange. Not only is it not working, but when I add that
setAutomaticLinking to my init, it causes further errors... it's apparently
trying to resolve ".style.css" (no class name)...

It's possible it's my fault somehow. I'll debug in the morning, but any
ideas are welcome in the meantime!

Best,

   Jon


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3748788.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Martin Grigorov
It works. Just tested it.
Maybe you don't have: getMarkupSettings().setAutomaticLinking(true);
in YourApp#init()

On Tue, Aug 16, 2011 at 9:54 PM, Martin Grigorov  wrote:
> Yes, it should work.
>
> On Tue, Aug 16, 2011 at 9:42 PM, Jonathan Locke
>  wrote:
>> In Wicket 1.5, the new mountPackage() in combination with wicket:link doesn't
>> seem to create links that automatically disable when you're already on the
>> given page. Is auto-link enable/disable still supported?
>>
>> Thanks!
>>
>>    Jon
>>
>>
>> --
>> View this message in context: 
>> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3748072.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Martin Grigorov
Yes, it should work.

On Tue, Aug 16, 2011 at 9:42 PM, Jonathan Locke
 wrote:
> In Wicket 1.5, the new mountPackage() in combination with wicket:link doesn't
> seem to create links that automatically disable when you're already on the
> given page. Is auto-link enable/disable still supported?
>
> Thanks!
>
>    Jon
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3748072.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Jonathan Locke
In Wicket 1.5, the new mountPackage() in combination with wicket:link doesn't
seem to create links that automatically disable when you're already on the
given page. Is auto-link enable/disable still supported?

Thanks!

Jon


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3748072.html
Sent from the Users forum mailing list archive at Nabble.com.

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