RE: Exception when I use the tiles Action

2002-09-04 Thread Miguel Angel Mulero Martinez

Don't worry! And thanks for your tutorial. Great job!

-Mensaje original-
De: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
Enviado el: miercoles, 04 de septiembre de 2002 10:49
Para: Struts Users Mailing List; Cedric Dumoulin
Asunto: Re: Exception when I use the tiles Action


  You must use the Tilesplugin as describe in struts pages. The "tiles
advanced features" is not up to date regarding the installation. I am
sorry for the problems you have encountered because of that. I will
update it asap.

   Cedric

Miguel Angel Mulero Martinez wrote:

>I'm using version 1.1b2. I have the "tiles advanced features" tutorial
draft
>version 0.5, and in the installing chapter tell me to install this
>ActionComponentServlet.
>
>Seeing the link you send me, I see the tiles plugin. Must I use only the
>plugin and not the ActionComponentServlet?
>
>Thanks!!
>
>-Mensaje original-
>De: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
>Enviado el: miercoles, 04 de septiembre de 2002 10:24
>Para: Struts Users Mailing List
>Asunto: Re: Exception when I use the tiles Action
>
>
>  Hi,
>
>  You have a Tiles configuration problem.
>  What struts version do you use ? Tiles setup is not the same in
>struts1.0.x and 1.1b2. In this later, you don't need
>ActionComponentServlet anymore.
>  Refer to:
>http://jakarta.apache.org/struts/userGuide/dev_tiles.html
>
>  If you use struts1.0.x, check the documentation coming with tiles
>distribution on:
>http://www.lifl.fr/~dumoulin/tiles/
>
>  Cedric
>
>Miguel Angel Mulero Martinez wrote:
>
>
>
>>I have changed the servlet action in my web.xml file to:
>>
>>org.apache.struts.tiles.ActionComponentServlet
>>
>>Now, when I start the server and go to the initial page, I have the
>>exception:
>>
>>java.lang.NullPointerException
>>  at
>>org.apache.struts.tiles.xmlDefinition.I18nFactorySet.toString(I18nFactoryS
e
>>
>>
>t
>
>
>>.java:577)
>>
>>
>>Someone can tell me what is wrong?
>>
>>Thanks!!!
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>>
><mailto:[EMAIL PROTECTED]>
>
>
>>For additional commands, e-mail:
>>
>>
><mailto:[EMAIL PROTECTED]>
>
>
>>
>>
>>
>>
>
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>
>



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


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




Re: Exception when I use the tiles Action

2002-09-04 Thread Cedric Dumoulin


  You must use the Tilesplugin as describe in struts pages. The "tiles 
advanced features" is not up to date regarding the installation. I am 
sorry for the problems you have encountered because of that. I will 
update it asap.

   Cedric

Miguel Angel Mulero Martinez wrote:

>I'm using version 1.1b2. I have the "tiles advanced features" tutorial draft
>version 0.5, and in the installing chapter tell me to install this
>ActionComponentServlet.
>
>Seeing the link you send me, I see the tiles plugin. Must I use only the
>plugin and not the ActionComponentServlet?
>
>Thanks!!
>
>-Mensaje original-
>De: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
>Enviado el: miercoles, 04 de septiembre de 2002 10:24
>Para: Struts Users Mailing List
>Asunto: Re: Exception when I use the tiles Action
>
>
>  Hi,
>
>  You have a Tiles configuration problem.
>  What struts version do you use ? Tiles setup is not the same in
>struts1.0.x and 1.1b2. In this later, you don't need
>ActionComponentServlet anymore.
>  Refer to:
>http://jakarta.apache.org/struts/userGuide/dev_tiles.html
>
>  If you use struts1.0.x, check the documentation coming with tiles
>distribution on:
>http://www.lifl.fr/~dumoulin/tiles/
>
>  Cedric
>
>Miguel Angel Mulero Martinez wrote:
>
>  
>
>>I have changed the servlet action in my web.xml file to:
>>
>>org.apache.struts.tiles.ActionComponentServlet
>>
>>Now, when I start the server and go to the initial page, I have the
>>exception:
>>
>>java.lang.NullPointerException
>>  at
>>org.apache.struts.tiles.xmlDefinition.I18nFactorySet.toString(I18nFactorySe
>>
>>
>t
>  
>
>>.java:577)
>>
>>
>>Someone can tell me what is wrong?
>>
>>Thanks!!!
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>>
><mailto:[EMAIL PROTECTED]>
>  
>
>>For additional commands, e-mail:
>>
>>
><mailto:[EMAIL PROTECTED]>
>  
>
>>
>>
>>
>>
>
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>  
>



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




RE: Exception when I use the tiles Action

2002-09-04 Thread Miguel Angel Mulero Martinez

I'm using version 1.1b2. I have the "tiles advanced features" tutorial draft
version 0.5, and in the installing chapter tell me to install this
ActionComponentServlet.

Seeing the link you send me, I see the tiles plugin. Must I use only the
plugin and not the ActionComponentServlet?

Thanks!!

-Mensaje original-
De: Cedric Dumoulin [mailto:[EMAIL PROTECTED]]
Enviado el: miercoles, 04 de septiembre de 2002 10:24
Para: Struts Users Mailing List
Asunto: Re: Exception when I use the tiles Action


  Hi,

  You have a Tiles configuration problem.
  What struts version do you use ? Tiles setup is not the same in
struts1.0.x and 1.1b2. In this later, you don't need
ActionComponentServlet anymore.
  Refer to:
http://jakarta.apache.org/struts/userGuide/dev_tiles.html

  If you use struts1.0.x, check the documentation coming with tiles
distribution on:
http://www.lifl.fr/~dumoulin/tiles/

  Cedric

Miguel Angel Mulero Martinez wrote:

>I have changed the servlet action in my web.xml file to:
>
>org.apache.struts.tiles.ActionComponentServlet
>
>Now, when I start the server and go to the initial page, I have the
>exception:
>
>java.lang.NullPointerException
>   at
>org.apache.struts.tiles.xmlDefinition.I18nFactorySet.toString(I18nFactorySe
t
>.java:577)
>
>
>Someone can tell me what is wrong?
>
>Thanks!!!
>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>
>



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


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




Re: Exception when I use the tiles Action

2002-09-04 Thread Cedric Dumoulin


  Hi,

  You have a Tiles configuration problem.
  What struts version do you use ? Tiles setup is not the same in 
struts1.0.x and 1.1b2. In this later, you don't need 
ActionComponentServlet anymore.
  Refer to:
http://jakarta.apache.org/struts/userGuide/dev_tiles.html

  If you use struts1.0.x, check the documentation coming with tiles 
distribution on:
http://www.lifl.fr/~dumoulin/tiles/

  Cedric

Miguel Angel Mulero Martinez wrote:

>I have changed the servlet action in my web.xml file to:
>
>org.apache.struts.tiles.ActionComponentServlet
>
>Now, when I start the server and go to the initial page, I have the
>exception:
>
>java.lang.NullPointerException
>   at
>org.apache.struts.tiles.xmlDefinition.I18nFactorySet.toString(I18nFactorySet
>.java:577)
>
>
>Someone can tell me what is wrong?
>
>Thanks!!!
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 
>
>
>  
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Exception when I use the tiles Action

2002-09-04 Thread Miguel Angel Mulero Martinez

I have changed the servlet action in my web.xml file to:

org.apache.struts.tiles.ActionComponentServlet

Now, when I start the server and go to the initial page, I have the
exception:

java.lang.NullPointerException
at
org.apache.struts.tiles.xmlDefinition.I18nFactorySet.toString(I18nFactorySet
.java:577)


Someone can tell me what is wrong?

Thanks!!!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: