Re: Javascript library not loaded into the page via @Import

2011-07-11 Thread Josh Canfield
I think something ate your message. I don't see any javascript. Are you seeing javascript errors in your browsers javascript console? There is no reason this shouldn't work so please provide a small code sample that shows your problem. Thanks, Josh On Mon, Jul 11, 2011 at 1:11 PM, bogdan_cm wr

Re: Javascript library not loaded into the page via @Import

2011-07-11 Thread bogdan_cm
Current configuration that works: Layout Template sample (MemberPagesLayout.tml): ; http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Alternative Reality - your secret life ...

Re: Javascript library not loaded into the page via @Import

2011-07-11 Thread Howard Lewis Ship
Obviously, you are having a problem that nobody else is seeing. A look at your Java code and component templates would be a good start. On Mon, Jul 11, 2011 at 12:00 PM, bogdan_cm wrote: > Thanks for the reply. > > The sure way of determining that my js is not making it into the page is > that i'

Re: Javascript library not loaded into the page via @Import

2011-07-11 Thread bogdan_cm
Thanks for the reply. The sure way of determining that my js is not making it into the page is that i'm not seeing the side effect. My js will modify the width/height of the jpg images on the page. Currently, to make it work I have copied the javascript into the header of the Layout page. But i

Re: Javascript library not loaded into the page via @Import

2011-07-11 Thread Josh Canfield
> However, after launching the app, when I look in the page source the library > does not exist. Somehow Tap is not complaining about not finding the file, > but it does not include it in the page. How are you determining that it's not including the js in the page? If you are running in productio