RE: Where to add javascript in html pages which follow inheritance relationship.

2012-08-01 Thread kshitiz
:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd";> -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Where-to-add-javascript-in-html-pages-which-follow-inheritance-relationship-tp4650855p46509

RE: Where to add javascript in html pages which follow inheritance relationship.

2012-08-01 Thread Paul Bors
helps! -Original Message- From: kshitiz [mailto:k.agarw...@gmail.com] Sent: Wednesday, August 01, 2012 2:42 AM To: users@wicket.apache.org Subject: Re: Where to add javascript in html pages which follow inheritance relationship. Nothing happened..:(...here is the code: *Page1.html* http://www.w3.o

RE: Where to add javascript in html pages which follow inheritance relationship.

2012-07-31 Thread Paul Bors
2012 12:38 PM To: users@wicket.apache.org Subject: Re: Where to add javascript in html pages which follow inheritance relationship. Please help me out here...for a child page..how would I add javascript in its head. I have tried out wicket:head with head tag in base page but it is not wor

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-31 Thread Alec Swan
;> On Tue, Jul 31, 2012 at 10:38 AM, kshitiz wrote: > Please help me out here...for a child page..how would I add javascript in its > head. I have tried out wicket:head with head tag in base page but it is not > working out... > > > > -- > View this me

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-31 Thread kshitiz
Please help me out here...for a child page..how would I add javascript in its head. I have tried out wicket:head with head tag in base page but it is not working out... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Where-to-add-javascript-in-html-pages-which

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-30 Thread kshitiz
Nothat appeared as a replacement of "" in the forum... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Where-to-add-javascript-in-html-pages-which-follow-inheritance-relationship-tp4650855p4650873.html Sent from the Users forum mailing list archive at

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-30 Thread Richard W. Adams
I assume the " entities aren't really there in the code? From: kshitiz To: users@wicket.apache.org Date: 07/30/2012 09:16 AM Subject: Re: Where to add javascript in html pages which follow inheritance relationship. hi, Sorry to disturb you again but I am tryin

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-30 Thread kshitiz
data/wicket-xhtml1.4-strict.dtd";> *JS code is not being called...:(. I have tried out all combinations like removing head tags from Page2 or enclosing wicket:head tags with head tags in Page1* -- View this message in context: http://apache-wicket.18429

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-30 Thread kshitiz
OkkI was thinking this as a possibility..thanks for clarifying my doubt...:) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Where-to-add-javascript-in-html-pages-which-follow-inheritance-relationship-tp4650855p4650869.html Sent from the Users forum mailing list

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-30 Thread Martin Grigorov
page2.html doesn't have any inside On Mon, Jul 30, 2012 at 3:47 PM, kshitiz wrote: > So, if put JS in page3, why it is not working? After all, it is the root > one... > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Where-to

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-30 Thread kshitiz
So, if put JS in page3, why it is not working? After all, it is the root one... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Where-to-add-javascript-in-html-pages-which-follow-inheritance-relationship-tp4650855p4650866.html Sent from the Users forum mailing list

Re: Where to add javascript in html pages which follow inheritance relationship.

2012-07-29 Thread Martin Grigorov
pache.org/dtds.data/wicket-xhtml1.4-strict.dtd";> > > > > > > > > Page 1 extends from page2 and page2 extends from page3. Now the problem is I > have a JS code which is being called from page1. When I put that code in > page1 or page3, it does no