Re: (Class>) casting troubles

2008-06-04 Thread Rod Good
Hi, I'm getting inconvertible type errors when I compile from Maven on the command line with Java 6. Does anyone know if this issue was resolved ? I am building against 1.4-m2 - downloaded today (04-06-2008). The issue is the same as noted by Ryan Mckinley on 05/21/2008 : > > strangely, th

RE: (Class>) casting troubles

2008-06-05 Thread Rod Good
u get different errors in eclipse and > javac. > I wonder which one is correcct.. > > But you have to generify the Page then it should work fine (like > ) > > I think we just need to drop the in that example What do you > exactly call? > > > johan > > > O

very slow autocomplete box in IE6

2008-06-05 Thread Rod Good
Hi, I have a default AutoCompleteTextField on a form which is executing extremely slowly for the up / down arrow cursors when I run it in IE6. The getChoices() method is implemented efficiently, using a TreeMap and the tailMap() method to avoid iterating over the whole map. Worst case is 10 it

RE: (Class>) casting troubles

2008-06-05 Thread Rod Good
Jun 5, 2008 at 9:05 PM, Rod Good <[EMAIL PROTECTED]> wrote: > Thanks Peter (and Martin and Larry). > > My issue was specifically with overriding > > Class> getHomePage() > > from the Application class, when extending AuthenticatedWebApplication. > > It looks th

Re: Default Focus Behavior?

2008-06-12 Thread Rod Good
Hi, I'm trying to set the 'focus on load' to an AutoCompleteTextField within a form. I tried extending the technique outlined by James Carman (see link) to extend AbstractDefaultAjaxBehavior, without success. Any thoughts on how to do this ? Thanks, Rod. http://cwiki.apache.org/confluence

RE: Default Focus Behavior?

2008-06-12 Thread Rod Good
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:619) -Original Message- From: Rod Good Sent: Friday, 13 June 2008 1:06 PM To: users@wicket.apache.org Subject: Re: Default Focus Behavior? Hi, I'm trying to set

RE: wicket AutoComplete

2008-06-29 Thread Rod Good
Hi Umesh, Which version of IE are you targetting ? If it is IE6 or lower you will need to move to Wicket 1.3.4 or 1.4.x . -Original Message- From: Umesh Paliwal [mailto:[EMAIL PROTECTED] Sent: Friday, 27 June 2008 12:29 PM To: users@wicket.apache.org Subject: wicket AutoComplete HI ,