You're thinking about it the wrong way: you should ask how do I let this label (or panel) know about an ajax event happening?
Queue wicket 1.5's event mechanism: https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents Martijn On Sun, Jul 31, 2011 at 2:54 PM, eugenebalt <[email protected]> wrote: > Essentially what I'm asking is, is there an easy way to find a component, > among the entire current tree of all components included or cross-included > in the final page, from anywhere in the code. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Updating-a-Component-from-anywhere-tp3708349p3708386.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
