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.

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 the 'focus

RE: (Class? extends Page?) casting troubles

2008-06-05 Thread Rod Good
AM, Rod Good [EMAIL PROTECTED] wrote: 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

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

RE: (Class? extends Page?) casting troubles

2008-06-05 Thread Rod Good
://www.wickettraining.com On Thu, 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? extends Page? getHomePage() from the Application class, when extending AuthenticatedWebApplication. It looks the same

Re: (Class? extends Page?) 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,