Feature Requests item #1452777, was opened at 2006-03-17 16:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1452777&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: None Status: Open Priority: 5 Submitted By: Nathan Hamblen (nathan_hamblen) Assigned to: Nobody/Anonymous (nobody) Summary: Ajax component auto-wrapping Initial Comment: It is often necessary to wrap components in a practically static WebMarkupContainer to target them for an Ajax update. The code to do this is very simple, and always almost exactly the same; it would be nice to do this common task automatically. Some concerns: 1) Should we be altering the markup structure from the template, even with just a span, without being asked to? (Probably not. But we could do it by request.) 2) Where does this functionality belong, Component, ComponentTag, or in behaviors? (Maybe only the last two?) 3) Should this wait until the constructor / ID refactor. (Perhaps so!) Igor had this to say on the listserv: if we make behaviors be able to output markup before and after the component it is attached to renders then most ajax behaviors can output a simple <span class="wicket-ajax-span" id="uniqueid"> around the component they are attached to making it very easy to update any component w/out having to add an extra webmarkup container around it by rerendering the entire component and not just its body. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1452777&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
