You could write your own tag resolver - seems like it would be fairly easy. Obviously if the component you want is in a repeater or such, your tag will also have to be in the same "context" so to speak (same repeater, etc).
-- Jeremy Thomerson http://www.wickettraining.com On Wed, Jul 22, 2009 at 8:00 PM, Jason Wang<[email protected]> wrote: > I am thinking, if its possible to have a tag something looks like > <wicket:getIDFor="aComponentID"> which can output the Id wicket generates at > runtime > , people like me then do not need to include any javascript into wicket. > They can just leave > in the pages where they should belong to anyway. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
