I attached a standard session listener and observed the most bazaar behavior. If you include an <img> enclosed by <a href=".."> tapestry will create a session for each such image. The session is empty as no attributes are added (I sniffed for those as well). I had 9 images on the page, and 9 sessions got created. Example:
<a href="http://java.sun.com"><img src="images/java_logo.gif" border="0" alt="Java"/></a> This happens when my page template is rendered inside a border component. Interestingly, if the same img and link combination is defined by the border template itself (like in a footer or header) things are just fine. Has anyone seen that before? This could have significant performance effects. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]