Wicket 1.3 (revison 511857) (IE6) I remembered a thread on the Wicket-dev list that was talking about implementing a feature that would store the id of the last edited field so that AJAX could then set the foxus back to it when execution returned. As of this morning, it appears that this code is in place, but not working properly?
Whenever I click on a AjaxLink, I immediately get a popup error message from the browser that says: 'target.id' is null or not an object. If I click it again, the link works, but I get these lines in the AJAX DEBUG window INFO: Response parsed. Now invoking steps... INFO: Response processed successfully. INFO: Invoking post-call handler(s)... ERROR: Error while parsing response: 'lastFocusId' is undefined I did my best to trace the problem and it appears to be line 1366 or wicket-ajax.js. But, I have no idea what to do to fix it. So, I'm going to have to rollback and use a previous working revision. Chuck -- View this message in context: http://www.nabble.com/lastFocusId-tf3295071.html#a9166318 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
