Re: Navigation menu help

2005-10-05 Thread Sunil_Sahu
quot;Struts Users Mailing List" To user@struts.apache.org cc Subject Navigation menu help I have created a navigation menu jsp file that I include with all the pages on my webapp via the jsp:include tag. This page has the following nav menu: Home New Job Retrieve Job I have placed all

Re: Navigation menu help

2005-10-05 Thread Wendy Smoak
From: "Faisal Mahmoud" <[EMAIL PROTECTED]> I have created a navigation menu jsp file that I include with all the pages on my webapp via the jsp:include tag. This page has the following nav menu: Home If you're going to use plain old HTML links, you'll need to include the ".do" extension. Ot

Navigation menu help

2005-10-05 Thread Faisal Mahmoud
I have created a navigation menu jsp file that I include with all the pages on my webapp via the jsp:include tag. This page has the following nav menu: Home New Job Retrieve Job I have placed all jsp pages under WEB-INF/jsp/, except for the login page which resides at WebRoot/index.jsp. The use