Bugs item #1335367, was opened at 2005-10-23 10:49 Message generated for change (Comment added) made by wireframe6464 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=730668&aid=1335367&group_id=134391
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: Wicket Stuff Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: mykola (nickishov) Assigned to: Martijn Dashorst (dashorst) Summary: scriptaculous.autocomplete: can't use w/listview Initial Comment: Can't use AjaxAutocompleteTextField in ListView: id attributes of all inputs are the same for all rows of the list. Attached patch uses getInputName() instead of getId() while generating header contribution and component's tag. It works for me. ---------------------------------------------------------------------- >Comment By: ryan sonnek (wireframe6464) Date: 2006-12-29 21:42 Message: Logged In: YES user_id=552776 Originator: NO fix has been checked in. changed to use markup id instead of input name. ---------------------------------------------------------------------- Comment By: ryan sonnek (wireframe6464) Date: 2006-12-29 21:19 Message: Logged In: YES user_id=552776 Originator: NO just saw this issue now. I'll look into it asap. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=730668&aid=1335367&group_id=134391 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-stuff-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-stuff-develop
