Hi All, I recently updated to Tapestry 5.0.11 from 5.0.10 and unfortunately my custom javascript calls are broken because component id's returned from ajax calls now have a ":#####" next to them. For example when I try to get a reference to an object say $('foo') it doesn't exist because it is now $('foo:12234') and this id changes on every ajax refresh. I read the post from Howard about this being a namespace for ajax requests (http://thread.gmane.org/gmane.comp.java.tapestry.user/59677/focus=59697) but I'm a little confused as to how I get access to these nodes with scripts now? Can the AJAX namespacing be turned off (globally or at the component level)? Does anyone have a workaround for this?
Much thanks in adavanced, B -- View this message in context: http://www.nabble.com/T5%3A-ajax-component-ids-with-namespaces-tp16826268p16826268.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]