JSP include tag

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jekkara
Beginner
Beginner
Posts: 3
Joined: Fri Aug 29, 2003 5:11 pm

JSP include tag

Post by jekkara »

I was successfully using version 3 in a jsp:include tag. I upgraded to version 5 and it will no longer work.

Please advise.
Thank you.
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

You previous include may have put the menu code into the head of your page, and that was fine with the previous version of the menu. Now it works with the script calls put immediately after the BODY tag in your page. I am unsure as to what you are including and where in your pages, but make sure its including the code in the correct spot.
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

I just read that it no longer matters where you place the menu load. Before the "Head" or after. What is the real truth?
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

For best results, put it immediately after the < BODY > tag. It WILL work in either place, but we have noticed small buggers being wiped when people moved the menu to after the body tag, this might be the case for you.
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
Post Reply