You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Thijs <vo...@gmail.com> on 2009/06/30 11:16:19 UTC

ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

I have the following setup:

* Page mounted using a HybridUrlCodingStrategy
* AjaxLink
* And an anchor to jump to a certain section of page.

When I jump to a section of the page using the anchor and then try to 
use the ajaxlink the page is not found.
I've traced it down to IE6 appending the #anchor in the link. While 
other browsers don't
So the requestUri in IE6 = "/home.0%23anchor"
and in other browsers it is "/home.0"

Is this a known issue or should I open a JIRA issue?

Thanks

Thijs

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


Re: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by Igor Vaynberg <ig...@gmail.com>.
you could just wrap a filter around wicket filter and remove any #foo
values from the end of a url.

-igor

On Tue, Jun 30, 2009 at 12:19 PM, Thijs<vo...@gmail.com> wrote:
> He,  I'm on your side. And I think the designer is even more.
>
> However the customer isn't :( They still have a 25 - 30% IE6 user base. And
> with the system we're building that is a LOT of money...
>
> If you don't want to fix it, where would I have look to fix it my self?
> In WicketFilter.getRelativePath()?
>
> Thijs
>
> On 30-6-2009 17:02, Igor Vaynberg wrote:
>>
>> do we still have to wreck our brains thinking about how to support a
>> browser released in 2001?
>>
>> -igor
>>
>> On Tue, Jun 30, 2009 at 2:16 AM, Thijs<vo...@gmail.com>  wrote:
>>
>>>
>>> I have the following setup:
>>>
>>> * Page mounted using a HybridUrlCodingStrategy
>>> * AjaxLink
>>> * And an anchor to jump to a certain section of page.
>>>
>>> When I jump to a section of the page using the anchor and then try to use
>>> the ajaxlink the page is not found.
>>> I've traced it down to IE6 appending the #anchor in the link. While other
>>> browsers don't
>>> So the requestUri in IE6 = "/home.0%23anchor"
>>> and in other browsers it is "/home.0"
>>>
>>> Is this a known issue or should I open a JIRA issue?
>>>
>>> Thanks
>>>
>>> Thijs
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>
>

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


Re: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by Thijs <vo...@gmail.com>.
He,  I'm on your side. And I think the designer is even more.

However the customer isn't :( They still have a 25 - 30% IE6 user base. 
And with the system we're building that is a LOT of money...

If you don't want to fix it, where would I have look to fix it my self?
In WicketFilter.getRelativePath()?

Thijs

On 30-6-2009 17:02, Igor Vaynberg wrote:
> do we still have to wreck our brains thinking about how to support a
> browser released in 2001?
>
> -igor
>
> On Tue, Jun 30, 2009 at 2:16 AM, Thijs<vo...@gmail.com>  wrote:
>    
>> I have the following setup:
>>
>> * Page mounted using a HybridUrlCodingStrategy
>> * AjaxLink
>> * And an anchor to jump to a certain section of page.
>>
>> When I jump to a section of the page using the anchor and then try to use
>> the ajaxlink the page is not found.
>> I've traced it down to IE6 appending the #anchor in the link. While other
>> browsers don't
>> So the requestUri in IE6 = "/home.0%23anchor"
>> and in other browsers it is "/home.0"
>>
>> Is this a known issue or should I open a JIRA issue?
>>
>> Thanks
>>
>> Thijs
>>
>> ---------------------------------------------------------------------
>> 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
>
>    


Re: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by Mathias Nilsson <wi...@gmail.com>.
http://www.bringdownie6.com/ http://www.bringdownie6.com/ 
-- 
View this message in context: http://www.nabble.com/ie6---HybridUrlCodingStrategy-using-ajax-and-an-anchor-results-in-a-404-tp24268734p24277834.html
Sent from the Wicket - User 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: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by Per Lundholm <pe...@gmail.com>.
Well, of course, you should know your users, I was joking.

Still, a rumour told me that Aftonbladet.se, a major newspaper site in
Sweden, is advising IE6 users to switch to something newer. On top of
their suggestion, FireFox.

/Per

On Tue, Jun 30, 2009 at 5:59 PM,
mailinglist@jorgenpersson.se<ma...@jorgenpersson.se> wrote:
> For what my 2 cents are worth, I think browser support should be based on
> the popularity, not release date, of the browser.
>
> If I were to run a business, and was chosing between web frameworks, I
> certainly would not want to a quarter of my potential customers to have
> problem viewing my website.
>
> Look here for some stats (of course, this is only one source, I'm sure
> you'll be able to find other stats showing other figures)
> http://www.w3counter.com/globalstats.php
>
> /Jörgen
>
> Per Lundholm skrev:
>>
>> No.
>>
>> ;-)
>>
>> /Per
>>
>> On Tue, Jun 30, 2009 at 5:02 PM, Igor Vaynberg<ig...@gmail.com>
>> wrote:
>>
>>>
>>> do we still have to wreck our brains thinking about how to support a
>>> browser released in 2001?
>>>
>>> -igor
>>>
>>> On Tue, Jun 30, 2009 at 2:16 AM, Thijs<vo...@gmail.com> wrote:
>>>
>>>>
>>>> I have the following setup:
>>>>
>>>> * Page mounted using a HybridUrlCodingStrategy
>>>> * AjaxLink
>>>> * And an anchor to jump to a certain section of page.
>>>>
>>>> When I jump to a section of the page using the anchor and then try to
>>>> use
>>>> the ajaxlink the page is not found.
>>>> I've traced it down to IE6 appending the #anchor in the link. While
>>>> other
>>>> browsers don't
>>>> So the requestUri in IE6 = "/home.0%23anchor"
>>>> and in other browsers it is "/home.0"
>>>>
>>>> Is this a known issue or should I open a JIRA issue?
>>>>
>>>> Thanks
>>>>
>>>> Thijs
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> 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
>
>

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


Re: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by "mailinglist@jorgenpersson.se" <ma...@jorgenpersson.se>.
For what my 2 cents are worth, I think browser support should be based 
on the popularity, not release date, of the browser.

If I were to run a business, and was chosing between web frameworks, I 
certainly would not want to a quarter of my potential customers to have 
problem viewing my website.

Look here for some stats (of course, this is only one source, I'm sure 
you'll be able to find other stats showing other figures)
http://www.w3counter.com/globalstats.php

/Jörgen

Per Lundholm skrev:
> No.
>
> ;-)
>
> /Per
>
> On Tue, Jun 30, 2009 at 5:02 PM, Igor Vaynberg<ig...@gmail.com> wrote:
>   
>> do we still have to wreck our brains thinking about how to support a
>> browser released in 2001?
>>
>> -igor
>>
>> On Tue, Jun 30, 2009 at 2:16 AM, Thijs<vo...@gmail.com> wrote:
>>     
>>> I have the following setup:
>>>
>>> * Page mounted using a HybridUrlCodingStrategy
>>> * AjaxLink
>>> * And an anchor to jump to a certain section of page.
>>>
>>> When I jump to a section of the page using the anchor and then try to use
>>> the ajaxlink the page is not found.
>>> I've traced it down to IE6 appending the #anchor in the link. While other
>>> browsers don't
>>> So the requestUri in IE6 = "/home.0%23anchor"
>>> and in other browsers it is "/home.0"
>>>
>>> Is this a known issue or should I open a JIRA issue?
>>>
>>> Thanks
>>>
>>> Thijs
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>     
>
> ---------------------------------------------------------------------
> 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


Re: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by Per Lundholm <pe...@gmail.com>.
No.

;-)

/Per

On Tue, Jun 30, 2009 at 5:02 PM, Igor Vaynberg<ig...@gmail.com> wrote:
> do we still have to wreck our brains thinking about how to support a
> browser released in 2001?
>
> -igor
>
> On Tue, Jun 30, 2009 at 2:16 AM, Thijs<vo...@gmail.com> wrote:
>> I have the following setup:
>>
>> * Page mounted using a HybridUrlCodingStrategy
>> * AjaxLink
>> * And an anchor to jump to a certain section of page.
>>
>> When I jump to a section of the page using the anchor and then try to use
>> the ajaxlink the page is not found.
>> I've traced it down to IE6 appending the #anchor in the link. While other
>> browsers don't
>> So the requestUri in IE6 = "/home.0%23anchor"
>> and in other browsers it is "/home.0"
>>
>> Is this a known issue or should I open a JIRA issue?
>>
>> Thanks
>>
>> Thijs
>>
>> ---------------------------------------------------------------------
>> 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
>
>

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


Re: ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

Posted by Igor Vaynberg <ig...@gmail.com>.
do we still have to wreck our brains thinking about how to support a
browser released in 2001?

-igor

On Tue, Jun 30, 2009 at 2:16 AM, Thijs<vo...@gmail.com> wrote:
> I have the following setup:
>
> * Page mounted using a HybridUrlCodingStrategy
> * AjaxLink
> * And an anchor to jump to a certain section of page.
>
> When I jump to a section of the page using the anchor and then try to use
> the ajaxlink the page is not found.
> I've traced it down to IE6 appending the #anchor in the link. While other
> browsers don't
> So the requestUri in IE6 = "/home.0%23anchor"
> and in other browsers it is "/home.0"
>
> Is this a known issue or should I open a JIRA issue?
>
> Thanks
>
> Thijs
>
> ---------------------------------------------------------------------
> 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