> I'm now using the org.apache.velocity.app.event.implement.IncludeNotFound
> event handler.  This works great.  But . . .
>
> I now would like to be able to have access to the name of the missing
> resource so i can inline it into the notfound.vm template that takes
> over when the resource is not found.  Is this information in the
> context ?
>

Okay.  I looked at the code and it seems that this feature is not
there.  I wrote my own version that puts the not found resource in the
context so you can have amore meaningful message in the notfound.vm.
It's a very simple enhancement.  Seems like it might be worth adding
to the real class, let me know if you're interested.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@velocity.apache.org
For additional commands, e-mail: user-h...@velocity.apache.org

Reply via email to