Re: error in jasper precompilation

2005-11-14 Thread Michael P. Soulier
Richard Mixon wrote: Mike, Doing an exclude is one approach (as mentioned by Len). When I encountered this issue a couple of years ago, my Googling turned up the recommended approach of naming your include files with a ".jspf" suffix instead of a ".jsp" suffix. Jasper should ignore them - and it

RE: error in jasper precompilation

2005-11-14 Thread Richard Mixon
Mike, Doing an exclude is one approach (as mentioned by Len). When I encountered this issue a couple of years ago, my Googling turned up the recommended approach of naming your include files with a ".jspf" suffix instead of a ".jsp" suffix. Jasper should ignore them - and it will be clear which fi

Re: error in jasper precompilation

2005-11-14 Thread Len Popp
Don't compile header.jsp, as it's being included in all of the other pages. It's the same as including a .h file in C++. -- Len On 11/14/05, Michael P. Soulier <[EMAIL PROTECTED]> wrote: > I'm taking care of a site that uses a common header and footer, with a > dynamic header title, like so > > >