I've added https://issues.apache.org/jira/browse/WICKET-1801 to cover
this.

jk

On Fri, Aug 22, 2008 at 09:00:36AM -0400, John Krasnay wrote:
> I have a small request regarding AJAX indicators.
> 
> It's sometimes awkward to implement an AJAX indicator the standard way,
> by implementing IAjaxIndicatorAware, since it forces me to use an
> explicit class where I otherwise would have used an anonymous inner
> class. I actually have this code in one of my classes:
> 
> private static abstract class IAFCCUB 
>     extends AjaxFormChoiceComponentUpdatingBehavior 
>     implements IAjaxIndicatorAware {
> }
>             
> I then use several times on the page for anonymous inner classes. (The
> 'I' in IAFCCUB is for "Indicating". I couldn't bear to type the rest of
> the name!)
> 
> It occurred to me that this would be much simpler if
> AbstractDefaultAjaxBehaviour.findIndicatorId() were made protected and
> non-final rather than private. Then I could just override it in my
> anonymous inner class.
> 
> Any thoughts? I'd be happy to create an RFE if others think this would
> be worthwhile.
> 
> jk
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to