Re: Auto-Complete TextField Problem

2008-04-21 Thread Maurice Marrink
Will this help? https://svn.apache.org/repos/asf/wicket/releases/wicket-1.3.2

Maurice

On Mon, Apr 21, 2008 at 2:52 PM, Ricky <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I am trying to look for 1.3.2 example? (I am using 1.3.3. for auto complete
>  feature, its working fine with Firefox 2 but with IE it goes Wiggy). Can
>  someone point me where is 1.3.2 example ?
>
>  Regards
>  Vyas, Anirudh
>
>
>
>  On Thu, Apr 17, 2008 at 5:41 PM, Vatroslav <[EMAIL PROTECTED]> wrote:
>
>  >
>  >
>  > Gerolf,
>  > thanks for the info..
>  >
>  > Vatroslav
>  >
>  >
>  > Gerolf Seitz wrote:
>  > >
>  > > it's fixed in trunk for 1.3.4 and 1.4M1
>  > >
>  > >   Gerolf
>  > >
>  > > On Tue, Apr 15, 2008 at 12:25 PM, Vatroslav <[EMAIL PROTECTED]> wrote:
>  > >
>  > >>
>  > >> Hi,
>  > >> I've problem with AutoCompleteTextField with IE6 and Wicket
>  > >> 1.3.3.installed
>  > >> on Tomcat6 and/or Jetty6.
>  > >>
>  > >
>  >
>  > --
>  > View this message in context:
>  > 
> http://www.nabble.com/Auto-Complete-TextField-Problem-tp16698982p16756375.html
>  > Sent from the Wicket - User mailing list archive at Nabble.com.
>  >
>  >
>  > -
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>
>  --
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Auto-Complete TextField Problem

2008-04-21 Thread Ricky
Hi,

I am trying to look for 1.3.2 example? (I am using 1.3.3. for auto complete
feature, its working fine with Firefox 2 but with IE it goes Wiggy). Can
someone point me where is 1.3.2 example ?

Regards
Vyas, Anirudh

On Thu, Apr 17, 2008 at 5:41 PM, Vatroslav <[EMAIL PROTECTED]> wrote:

>
>
> Gerolf,
> thanks for the info..
>
> Vatroslav
>
>
> Gerolf Seitz wrote:
> >
> > it's fixed in trunk for 1.3.4 and 1.4M1
> >
> >   Gerolf
> >
> > On Tue, Apr 15, 2008 at 12:25 PM, Vatroslav <[EMAIL PROTECTED]> wrote:
> >
> >>
> >> Hi,
> >> I've problem with AutoCompleteTextField with IE6 and Wicket
> >> 1.3.3.installed
> >> on Tomcat6 and/or Jetty6.
> >>
> >
>
> --
> View this message in context:
> http://www.nabble.com/Auto-Complete-TextField-Problem-tp16698982p16756375.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--


Re: Auto-Complete TextField Problem

2008-04-17 Thread Vatroslav


Gerolf,
thanks for the info..

Vatroslav


Gerolf Seitz wrote:
> 
> it's fixed in trunk for 1.3.4 and 1.4M1
> 
>   Gerolf
> 
> On Tue, Apr 15, 2008 at 12:25 PM, Vatroslav <[EMAIL PROTECTED]> wrote:
> 
>>
>> Hi,
>> I've problem with AutoCompleteTextField with IE6 and Wicket
>> 1.3.3.installed
>> on Tomcat6 and/or Jetty6.
>>
> 

-- 
View this message in context: 
http://www.nabble.com/Auto-Complete-TextField-Problem-tp16698982p16756375.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Auto-Complete TextField Problem

2008-04-15 Thread Gerolf Seitz
it's fixed in trunk for 1.3.4 and 1.4M1

  Gerolf

On Tue, Apr 15, 2008 at 12:25 PM, Vatroslav <[EMAIL PROTECTED]> wrote:

>
> Hi,
> I've problem with AutoCompleteTextField with IE6 and Wicket 1.3.3.installed
> on Tomcat6 and/or Jetty6.
>
> Online example:
> http://www.wicketstuff.org/wicket13/ajax/autocomplete
> works perfectly. When I type letters, drop down list is refreshed and
> updated accordingly to typed text.
> I suppose it is built with older Wicket version.
>
> But, when I deploy wicket examples war to my local Tomcat6 or Jetty6
> instance, problem arises.
> Only first key press is recognized, list with choices appears, but js
> error
> occurs:
> Line: 190
> Char:1
> Error: Type mismatch
> Code: 0
> URL: http://localhost:8080/wicket-examples-1.3.3./ajax/autocomplete.0
>
> Everything works fine with FireFox2.
>
>
> But, after deploying 1.3.2 examples, Auto-Complete TextField Example works
> in all browsers.
>
> Something is broken with bugfixing and changing of AutoCompleteTextField
> component in 1.3.3. release.
>
> Regards,
> Vatroslav
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Auto-Complete-TextField-Problem-tp16698982p16698982.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Auto-Complete TextField Problem

2008-04-15 Thread Vatroslav

Hi,
I've problem with AutoCompleteTextField with IE6 and Wicket 1.3.3. installed
on Tomcat6 and/or Jetty6.

Online example:
http://www.wicketstuff.org/wicket13/ajax/autocomplete 
works perfectly. When I type letters, drop down list is refreshed and
updated accordingly to typed text.
I suppose it is built with older Wicket version.

But, when I deploy wicket examples war to my local Tomcat6 or Jetty6
instance, problem arises.
Only first key press is recognized, list with choices appears, but js error
occurs:
Line: 190
Char:1
Error: Type mismatch
Code: 0
URL: http://localhost:8080/wicket-examples-1.3.3./ajax/autocomplete.0

Everything works fine with FireFox2.


But, after deploying 1.3.2 examples, Auto-Complete TextField Example works
in all browsers.

Something is broken with bugfixing and changing of AutoCompleteTextField
component in 1.3.3. release.

Regards,
Vatroslav



-- 
View this message in context: 
http://www.nabble.com/Auto-Complete-TextField-Problem-tp16698982p16698982.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]