Bugs item #1347182, was opened at 2005-11-03 16:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1347182&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: 1.1 Status: Open Resolution: None Priority: 5 Submitted By: Ralf Ebert (dreivier) Assigned to: Nobody/Anonymous (nobody) Summary: AjaxHandler onComponentTag's tag immutable Initial Comment: When adding a custom AjaxHandler to a DropDownChoice component in the AjaxHandler.onComponentTag(ComponentTag tag) the tag is immutable. If I don't miss something this makes it impossible to "bind to javascript event handlers of the tag" (as stated in the javadocs) by implementing this method. (I'm currently working on custom AjaxHandler which connects DropDownChoice components and refreshes their contents when one choice got changed via JavaScript. I hoped being able to do it without creating an own DropDownChoice component...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1347182&group_id=119783 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
