Daniel M Garland <daniel.garland <at> titanemail.com> writes: > > Hi all, > > Sometimes in my logs for my live tapestry app I see exceptions like > > ...MyPage$Enhance_0 <at> 7b960[MyPage] does not contain a component > $DirectLink$8sp=S7.
It's weird that it is trying to find a component with id "$DirectLink$8sp=S7". This is obviously not an id. Only "$DirectLink$8" is the id. Therefore, I think the URL generated is somehow incorrect. If you're generating the URLs yourself, please check it. > ...MyPage$Enhance_20 <at> def14f[MyPage] does not contain a component . It means the id is empty. Again, check the code generating the URLs. -- Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
