Oh, ok... great! :)
But how does Tapestry make sure they're loaded from the jar? I'm pretty sure I'll get the same problem with a couple of other (non-Tapestry) DTDs.

Martin

On Sat, 13 Jan 2007 03:05:29 +0100, andyhot <[EMAIL PROTECTED]> wrote:

Tapestry's DTD are already in the tapestry jar...

Inside org.apache.tapestry.script and org.apache.tapestry.parse

And Tapestry makes sure it loads them from there, so you won't have any problems.



Martin Strand wrote:
I'm about to deploy a T4 application on a machine with no Internet connection. Can I put the Tapestry DTD in the war file? If so, which url should I use in the doctype declaration?

Seems like relative paths are resolved as relative to the current working dir so this wouldn't work:
<!DOCTYPE application PUBLIC
  "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
  "Tapestry_4_0.dtd">

Thanks,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to