Re: Re : [T5] How to add JavaScript in a component used in a layout

2008-03-29 Thread Michael Lake
Are you sure that the page you're outputting has proper htmlbody/ body/html tags? I've been burned by forgetting my body / tags which I believe are needed for tapestry to add scripts, but tapestry doesn't give you any warning that the scripts haven't been added. I think I made a Jira for

Re : Re : [T5] How to add JavaScript in a component used in a layout

2008-03-29 Thread Julien HENRY
Hi Mike, Thanks you very much for your help. I was trying to show you how to reproduce the bug when I accidentaly found the real problem. You can't put the t:type=layout on your body tag. It works on the html tag and it works on a div tag. But not on the body. I have opened a bug: