The template files are in HTML format instead of JSP format.  so the
container won't re-compile them.

whenever they are changed, I need to convert them in JSP formats first. Then
the container will re-compile them.


On 1/30/06, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> Kai Mai wrote:
> > Whenever a user requests a JSP page, I need to determine if I need to
> > re-generate it if the corresponding template has been changed.
> >
> Doesn't your container do that for you automagically? If it's a JSP page
> its corresponding servlet class should be recompiled if the source JSP
> file changes.
>
> Dave
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to