On 11/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:

> Yes, I think you are right... But I think it's kind of stupid that my 
> webapplication is dependent on an
> external site to be up and running for my webapplication to work!

It shouldn't be... provided you give it the right public identifier. 
For Stand-alone Tiles, use either:

     <!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
       "http://struts.apache.org/dtds/tiles-config_1_1.dtd";>
or
     <!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration 1.2//EN"
       "http://struts.apache.org/dtds/tiles-config_1_2.dtd";>

Those public identifiers (the part that starts with "--/Apache...")
are registered to copies of the DTD inside the tiles-core.jar file,
you can see them in there under /org/apache/tiles/resources.

--
Wendy

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

Reply via email to