Can I replace the "link" jsp file with an action path?
thnx
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes, I am using one of those in my DOCTYPE definition
BTJ
Greg Reddin wrote:
> If you are using "-//Apache Software Foundation//DTD Tiles
> Configuration 1.1//EN" or "-//Apache Software Foundation//DTD Tiles
> Configuration 1.2//EN" in your DOCTYPE definition and are using the
> latest cu
On Sep 7, 2005, at 1:03 AM, Bjørn T Johansen wrote:
Yes, that did the trick... :)
But isn't there another way setting this up so it's not dependent
on having an
internet connection and that the site is actually up??
In the DigesterDefinitionsReader we have the following code:
protecte
Yes, that did the trick... :)
But isn't there another way setting this up so it's not dependent on having an
internet connection and that the site is actually up??
BTJ
Greg Reddin wrote:
> Does this one work?
>
> http://struts.apache.org/dtds/tiles-config_1_1.dtd
>
> I still don't understand
Does this one work?
http://struts.apache.org/dtds/tiles-config_1_1.dtd
I still don't understand why the registration feature of Digester
wouldn't get around this issue.
Greg
On Sep 6, 2005, at 3:35 PM, Bjørn T Johansen wrote:
Or it might
What is the correct uri for the dtd? The one I
*Sorry!! I wrote on the wrong thread... need a break...
Bjørn T Johansen <[EMAIL PROTECTED]> wrote on 09/06/2005 05:25:22 PM:
> I am not sure of the relevance to my question but
>
> BTJ
>
> [EMAIL PROTECTED] wrote:
> > ..and here's a good explanation of the problem, why it occurs and why
>
I am not sure of the relevance to my question but
BTJ
[EMAIL PROTECTED] wrote:
> ..and here's a good explanation of the problem, why it occurs and why
> setting scope=session works:
>
> http://www.groundside.com/blog/content/DuncanMills/?month=6&day=7&year=2005
>
> Geeta
>
--
..and here's a good explanation of the problem, why it occurs and why
setting scope=session works:
http://www.groundside.com/blog/content/DuncanMills/?month=6&day=7&year=2005
Geeta
Bjørn T Johansen <[EMAIL PROTECTED]> wrote on 09/06/2005 04:33:40 PM:
> Nope, I access the internet without any problems, so that is not the
> case here...
>
> BTJ
Not sure if this will help, but I have a trivial tiles/jsf war here which
you could download and see if it works for you:
http://w
Or it might
What is the correct uri for the dtd? The one I am using, is not working..
(http://apache.org/dtds/tiles-config_1_2.dtd)
BTJ
Bjørn T Johansen wrote:
> Nope, I access the internet without any problems, so that is not the case
> here...
>
> BTJ
>
> Greg Reddin wrote:
>
>>If you
Nope, I access the internet without any problems, so that is not the case
here...
BTJ
Greg Reddin wrote:
> If you are behind a firewall or access the Internet via a proxy server
> the problem may be due to Tiles trying to load the DTDs. I've found on
> at least one occasion that setting the r
t; -Original Message-
> From: Bjørn T Johansen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 06, 2005 3:00 PM
> To: Struts Users Mailing List
> Subject: Re: Exception trying to read tiles definition file in JSF..
>
>
> Yes, I have the followi
If you are behind a firewall or access the Internet via a proxy
server the problem may be due to Tiles trying to load the DTDs. I've
found on at least one occasion that setting the registrations for
Digester does not seem to prevent Tiles from trying to go to the
Internet to resolve the DT
Wendy Smoak <[EMAIL PROTECTED]> wrote on 09/06/2005 03:02:32 PM:
> From: "Greg Reddin" <[EMAIL PROTECTED]>
>
> >> org.apache.struts.tiles.TilesServlet
>
> > The above is correct except that it appeared from your original post
that
> > you are using Standalone Tiles. So remove "struts" from the
: Struts Users Mailing List
Subject: Re: Exception trying to read tiles definition file in JSF..
Yes, I have the following in my web.xml..:
Tiles Servlet
org.apache.tiles.servlets.TilesServlet
definitions-config
/WEB-INF/tiles.xml
2
and /WEB-INF/tiles.xml
From: "Greg Reddin" <[EMAIL PROTECTED]>
org.apache.struts.tiles.TilesServlet
The above is correct except that it appeared from your original post that
you are using Standalone Tiles. So remove "struts" from the package
name.
(If we're talking about Standalone Tiles in the Sandbox,) Isn't
Yes, I have the following in my web.xml..:
Tiles Servlet
org.apache.tiles.servlets.TilesServlet
definitions-config
/WEB-INF/tiles.xml
2
and /WEB-INF/tiles.xml exists and contains valid tiles definitions (copied from
a working
Struts project...)
BTJ
Greg R
On Sep 6, 2005, at 1:40 PM, David G. Friedman wrote:
Tiles Servlet
org.apache.struts.tiles.TilesServlet
definitions-config
/WEB-INF/tiles.xml
2
The above is correct except that it appeared from your original post
that you are using Standalone Tiles. So remove "struts" from the
packag
-INF/tiles.xml
2
Regards,
David
-Original Message-
From: Bjørn T Johansen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 06, 2005 2:28 PM
To: Struts Users Mailing List
Subject: Exception trying to read tiles definition file in JSF..
I am trying to use tiles with JSF but I just get
I am trying to use tiles with JSF but I just get the following error:
INFO: Initializing TilesServlet
06.sep.2005 14:16:38 org.apache.tiles.servlets.TilesServlet readFactoryConfig
INFO: CONFIG FILES DEFINED IN WEB.XML
06.sep.2005 14:16:38 org.apache.tiles.servlets.TilesServlet
initDefinitionsFact
For my experience, usually this is due to some problem in Struts
application loading, even things that have nothing to do with Tiles, such
as a wrong DataSource configuration. If something goes wrong in the
struts-config.xml, the Tiles definitions would not be loaded at all.
Take a look at the log
Has anyone run across this issue?
org.apache.jasper.JasperException: Can't get definitions factory from
context.
I realize the app can not locate the tiles-defs.xml but nit sure why. I
have never really had this problem before.
My Struts-Config.xml plug-in section looks like
22 matches
Mail list logo