Re: [Wicket-user] Ajax Link + IE7 problem

2007-03-01 Thread Dipu
: Igor Vaynberg To: wicket-user@lists.sourceforge.net Sent: Wednesday, February 28, 2007 5:32 PM Subject: Re: [Wicket-user] Ajax Link + IE7 problem the only reason it wouldnt work is that the table captures the onclick event and doesnt bubble it up to the link. but, in general, you shouldnt

Re: [Wicket-user] Ajax Link + IE7 problem

2007-03-01 Thread kan yuwakosol
From: Dipu [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Ajax Link + IE7 problem Date: Thu, 1 Mar 2007 09:48:12 - Hi Igor, I was using the version 1.2.1, i updated it to 1.2.5. Now the ajax link works even

Re: [Wicket-user] Ajax Link + IE7 problem

2007-03-01 Thread kan yuwakosol
From: Dipu [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Ajax Link + IE7 problem Date: Thu, 1 Mar 2007 09:48:12 - Hi Igor, I was using the version 1.2.1, i updated it to 1.2.5. Now the ajax link works even

Re: [Wicket-user] Ajax Link + IE7 problem

2007-03-01 Thread kan yuwakosol
From: Dipu [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Ajax Link + IE7 problem Date: Thu, 1 Mar 2007 09:48:12 - Hi Igor, I was using the version 1.2.1, i updated it to 1.2.5. Now the ajax link works even

Re: [Wicket-user] Ajax Link + IE7 problem

2007-03-01 Thread kan yuwakosol
From: Dipu [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Ajax Link + IE7 problem Date: Thu, 1 Mar 2007 09:48:12 - Hi Igor, I was using the version 1.2.1, i updated it to 1.2.5. Now the ajax link works even

Re: [Wicket-user] Ajax Link + IE7 problem

2007-03-01 Thread kan yuwakosol
From: Dipu [EMAIL PROTECTED] Reply-To: wicket-user@lists.sourceforge.net To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Ajax Link + IE7 problem Date: Thu, 1 Mar 2007 09:48:12 - Hi Igor, I was using the version 1.2.1, i updated it to 1.2.5. Now the ajax link works even

[Wicket-user] Ajax Link + IE7 problem

2007-02-28 Thread Dipu
Hi All, Ajax Link doesnt work on IE 7 when there is a table in between the anchor tags. If we change the following line in the LinksPage.html from ajax expample counter 1: span wicket:id=c1/span a href=# wicket:id=c1-linkincrement/a ( ajax-only link ) to counter 1: span wicket:id=c1/span a

Re: [Wicket-user] Ajax Link + IE7 problem

2007-02-28 Thread Ivo van Dongen
Hi, Using a table in a link is probably not standards compliant. I don't know if that is the problem here, but this kind of thing can cause a lot of problems with javascript. See http://htmlhelp.com/reference/html40/special/a.html for the element specs. Ivo On 2/28/07, Dipu [EMAIL PROTECTED]

Re: [Wicket-user] Ajax Link + IE7 problem

2007-02-28 Thread Dipu
Thanks very much , if thats the case then i can inform the page designers about that. Regards Dipu - Original Message - From: Ivo van Dongen To: wicket-user@lists.sourceforge.net Sent: Wednesday, February 28, 2007 12:08 PM Subject: Re: [Wicket-user] Ajax Link + IE7 problem

Re: [Wicket-user] Ajax Link + IE7 problem

2007-02-28 Thread Igor Vaynberg
the page designers about that. Regards Dipu - Original Message - *From:* Ivo van Dongen [EMAIL PROTECTED] *To:* wicket-user@lists.sourceforge.net *Sent:* Wednesday, February 28, 2007 12:08 PM *Subject:* Re: [Wicket-user] Ajax Link + IE7 problem Hi, Using a table in a link is probably