This doesn't sound like a tree2 specific problem then. It sounds like its a more general problem with AddResource and you dynamic include. I would create a JIRA issue on this.
Sean On 2/26/06, Carsten Burghardt <[EMAIL PROTECTED]> wrote: > Am Monday 20 February 2006 22:37 schrieb Sean Schofield: > > Last I checked the examples in the nightly worked. Can you point to a > > problem with one of the examples? If not, try sending an SVN patch > > for an existing example that can be tweaked to demonstrate the > > problem. If you're uncomfortable with SVN then just a brief > > explanation of what lines need to be changed. > > > > Since we just mad a major change to tree2 its certainly possible that > > a new bug was introduced. > > The example works but not my page. The tree2 definition is the same and the > bean is also session based. The only difference I see is that my page is > included as navigation with > > <f:facet name="navigation"> > <f:subview id="menu"> > <[EMAIL PROTECTED] file="inc/navigation.jsp" %> > </f:subview> > </f:facet> > > I had a look at the html source: the problem is that when the user logs in the > first time the Javascript from the tree is not included. The tree definition > itself is ok but the Javascript is simply missing. If the user logs in again > with the same session everything is fine. There must be a regression > somewhere in the nightly. > > > Carsten >

