Can I replace the "link" jsp file with an action path in Tiles definition file?

2005-09-27 Thread 梁炳場
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]

Re: Exception trying to read tiles definition file in JSF..

2005-09-07 Thread Bjørn T Johansen
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-07 Thread Greg Reddin
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Greg Reddin
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread gramani
*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 >

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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 > --

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread gramani
..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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread gramani
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Greg Reddin
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread gramani
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

RE: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread David G. Friedman
: 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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Wendy Smoak
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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

Re: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Greg Reddin
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

RE: Exception trying to read tiles definition file in JSF..

2005-09-06 Thread David G. Friedman
-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

Exception trying to read tiles definition file in JSF..

2005-09-06 Thread Bjørn T Johansen
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

Re: Tiles definition file

2004-09-30 Thread brenmcguire
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

Tiles definition file

2004-09-30 Thread kevin_gutch
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