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

2008-03-29 Thread Julien HENRY
idation). Just put the beaneditform in the Layout.tml instead and > there is no more Javascript. > > Should I open a bug in JIRA? > > Regards > > - Message d'origine > De : Julien HENRY <[EMAIL PROTECTED]> > À : users@tapestry.apache.org > Envoyé l

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

2008-03-29 Thread Michael Lake
e is no more Javascript. Should I open a bug in JIRA? Regards - Message d'origine De : Julien HENRY <[EMAIL PROTECTED]> À : users@tapestry.apache.org Envoyé le : Samedi, 29 Mars 2008, 15h23mn 34s Objet : [T5] How to add JavaScript in a component used in a layout Hi, I'm usi

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

2008-03-29 Thread Julien HENRY
-- De : Julien HENRY <[EMAIL PROTECTED]> À : users@tapestry.apache.org Envoyé le : Samedi, 29 Mars 2008, 15h23mn 34s Objet : [T5] How to add JavaScript in a component used in a layout Hi, I'm using a custom JAR-packaged component in a template. When I use the component directly in a pa

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

2008-03-29 Thread Julien HENRY
Hi, I'm using a custom JAR-packaged component in a template. When I use the component directly in a page (Start.tml) I have both JavaScript and CSS file included in the HTML. But when I try to put the component in my application layout (Layout.tml), there is only the CSS file. No JavaScript. In