Re: forward to a tile definition.........

2002-06-12 Thread Cedric Dumoulin


  In http://www.lifl.fr/~dumoulin/tiles/doc/installation.html.
  I have to admit that is not so well explained. A simple installation guide with
Struts1.1 is missing.

   Cedric

Trieu, Danny wrote:

 do you know where in the tiles distribution that Cedric talk about this?

  -Original Message-
  From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
  Sent: Monday, June 03, 2002 10:54 AM
  To:   Struts Users Mailing List
  Subject:  Re: forward to a tile definition.
 
 
  Do you have the following entry in your struts-config.xml?
 
  !-- Tiles --
controller
  processorClass=org.apache.struts.tiles.TilesRequestProcessor
  /
 
 
 
 
 
 
  Trieu, Danny [EMAIL PROTECTED] on 06/03/2002 10:45:10 AM
 
  Please respond to Struts Users Mailing List
[EMAIL PROTECTED]
 
  To:   '[EMAIL PROTECTED]' [EMAIL PROTECTED]
  cc:
  Subject:  forward to a tile definition.
 
 
  Hi all,
 
  Does anyone know why ActionForward can't find my Tiles' definition?
  When I used:forward   name=success
  path=my.tile.definition.page /
   it is giving me the HTTP 500 Internal server error. I guess it
  couldn't find my definition or doesn't have a clue what path is.
 
  But if I create a test.jsp, and have the definition inserted, the it
  works.. I have my action servlet set to use
 
  servlet-nameaction/servlet-name
 
  servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-cla
  ss
 
  
 
  I am using Struts1.1 with Weblogic 6.1sp2
 
  Thanks,
 
  Danny
 
 
  --
  To unsubscribe, e-mail:   
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
 
 
 
 
 
 
  **
  Please Note:
  The information in this E-mail message, and any files transmitted
  with it, is confidential and may be legally privileged.  It is
  intended only for the use of the individual(s) named above.  If you
  are the intended recipient, be aware that your use of any confidential
  or personal information may be restricted by state and federal
  privacy laws.  If you, the reader of this message, are not the
  intended recipient, you are hereby notified that you should not
  further disseminate, distribute, or forward this E-mail message.
  If you have received this E-mail in error, please notify the sender
  and delete the material from any computer.  Thank you.
  **
 
 
 
 
  --
  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: forward to a tile definition.........

2002-06-12 Thread wbchmura


I did have some trouble getting tiles to work under 1.1, but the 
Advanced Tiles pdf draft on the web site for tiles was much help in 
getting it running correctly!

Bill

-Original Message-
From: cedric.dumoulin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 12:17 PM
To: struts-user
Subject: Re: forward to a tile definition.



  In http://www.lifl.fr/~dumoulin/tiles/doc/installation.html.
  I have to admit that is not so well explained. A simple installation 
guide with
Struts1.1 is missing.

   Cedric

Trieu, Danny wrote:

 do you know where in the tiles distribution that Cedric talk about 
this?

  -Original Message-
  From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
  Sent: Monday, June 03, 2002 10:54 AM
  To:   Struts Users Mailing List
  Subject:  Re: forward to a tile definition.
 
 
  Do you have the following entry in your struts-config.xml?
 
  !-- Tiles --
controller
  processorClass=org.apache.struts.tiles.TilesRequestProcessor
  /
 
 
 
 
 
 
  Trieu, Danny [EMAIL PROTECTED] on 06/03/2002 10:45:10 AM
 
  Please respond to Struts Users Mailing List
[EMAIL PROTECTED]
 
  To:   '[EMAIL PROTECTED]' 
[EMAIL PROTECTED]
  cc:
  Subject:  forward to a tile definition.
 
 
  Hi all,
 
  Does anyone know why ActionForward can't find my Tiles' 
definition?
  When I used:forward   name=success
  path=my.tile.definition.page /
   it is giving me the HTTP 500 Internal server error. I guess 
it
  couldn't find my definition or doesn't have a clue what path is.
 
  But if I create a test.jsp, and have the definition inserted, the it
  works.. I have my action servlet set to use
 
  servlet-nameaction/servlet-name
 
  
servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-c
la
  ss
 
  
 
  I am using Struts1.1 with Weblogic 6.1sp2
 
  Thanks,
 
  Danny
 
 
  --
  To unsubscribe, e-mail:   
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
 
 
 
 
 
 
  
**
  Please Note:
  The information in this E-mail message, and any files transmitted
  with it, is confidential and may be legally privileged.  It is
  intended only for the use of the individual(s) named above.  If you
  are the intended recipient, be aware that your use of any 
confidential
  or personal information may be restricted by state and federal
  privacy laws.  If you, the reader of this message, are not the
  intended recipient, you are hereby notified that you should not
  further disseminate, distribute, or forward this E-mail message.
  If you have received this E-mail in error, please notify the sender
  and delete the material from any computer.  Thank you.
  
**
 
 
 
 
  --
  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: forward to a tile definition.........

2002-06-12 Thread Trieu, Danny

Raffy already point it out, but thanks anyway for updating the docs.

 -Original Message-
 From: Cedric Dumoulin [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, June 12, 2002 9:17 AM
 To:   Struts Users Mailing List
 Subject:  Re: forward to a tile definition.
 
 
   In http://www.lifl.fr/~dumoulin/tiles/doc/installation.html.
   I have to admit that is not so well explained. A simple installation
 guide with
 Struts1.1 is missing.
 
Cedric
 
 Trieu, Danny wrote:
 
  do you know where in the tiles distribution that Cedric talk about this?
 
   -Original Message-
   From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
   Sent: Monday, June 03, 2002 10:54 AM
   To:   Struts Users Mailing List
   Subject:  Re: forward to a tile definition.
  
  
   Do you have the following entry in your struts-config.xml?
  
   !-- Tiles --
 controller
   processorClass=org.apache.struts.tiles.TilesRequestProcessor
   /
  
  
  
  
  
  
   Trieu, Danny [EMAIL PROTECTED] on 06/03/2002 10:45:10 AM
  
   Please respond to Struts Users Mailing List
 [EMAIL PROTECTED]
  
   To:   '[EMAIL PROTECTED]'
 [EMAIL PROTECTED]
   cc:
   Subject:  forward to a tile definition.
  
  
   Hi all,
  
   Does anyone know why ActionForward can't find my Tiles'
 definition?
   When I used:forward   name=success
   path=my.tile.definition.page /
it is giving me the HTTP 500 Internal server error. I guess
 it
   couldn't find my definition or doesn't have a clue what path is.
  
   But if I create a test.jsp, and have the definition inserted, the it
   works.. I have my action servlet set to use
  
   servlet-nameaction/servlet-name
  
  
 servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-cla
   ss
  
   
  
   I am using Struts1.1 with Weblogic 6.1sp2
  
   Thanks,
  
   Danny
  
  
   --
   To unsubscribe, e-mail:   
   mailto:[EMAIL PROTECTED]
   For additional commands, e-mail: 
   mailto:[EMAIL PROTECTED]
  
  
  
  
  
  
   **
   Please Note:
   The information in this E-mail message, and any files transmitted
   with it, is confidential and may be legally privileged.  It is
   intended only for the use of the individual(s) named above.  If you
   are the intended recipient, be aware that your use of any confidential
   or personal information may be restricted by state and federal
   privacy laws.  If you, the reader of this message, are not the
   intended recipient, you are hereby notified that you should not
   further disseminate, distribute, or forward this E-mail message.
   If you have received this E-mail in error, please notify the sender
   and delete the material from any computer.  Thank you.
   **
  
  
  
  
   --
   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]




forward to a tile definition.........

2002-06-03 Thread Trieu, Danny

Hi all,

Does anyone know why ActionForward can't find my Tiles' definition?
When I used:forward   name=success
path=my.tile.definition.page /
it is giving me the HTTP 500 Internal server error. I guess it
couldn't find my definition or doesn't have a clue what path is.

But if I create a test.jsp, and have the definition inserted, the it
works.. I have my action servlet set to use

servlet-nameaction/servlet-name
 
servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-class


I am using Struts1.1 with Weblogic 6.1sp2

Thanks,

Danny


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




Re: forward to a tile definition.........

2002-06-03 Thread Raffy_Lata


Do you have the following entry in your struts-config.xml?

!-- Tiles --
  controller processorClass=org.apache.struts.tiles.TilesRequestProcessor
/






Trieu, Danny [EMAIL PROTECTED] on 06/03/2002 10:45:10 AM

Please respond to Struts Users Mailing List
  [EMAIL PROTECTED]

To:   '[EMAIL PROTECTED]' [EMAIL PROTECTED]
cc:
Subject:  forward to a tile definition.


Hi all,

Does anyone know why ActionForward can't find my Tiles' definition?
When I used:forward   name=success
path=my.tile.definition.page /
 it is giving me the HTTP 500 Internal server error. I guess it
couldn't find my definition or doesn't have a clue what path is.

But if I create a test.jsp, and have the definition inserted, the it
works.. I have my action servlet set to use

servlet-nameaction/servlet-name

servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-class



I am using Struts1.1 with Weblogic 6.1sp2

Thanks,

Danny


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






**
Please Note:
The information in this E-mail message, and any files transmitted
with it, is confidential and may be legally privileged.  It is
intended only for the use of the individual(s) named above.  If you
are the intended recipient, be aware that your use of any confidential
or personal information may be restricted by state and federal
privacy laws.  If you, the reader of this message, are not the
intended recipient, you are hereby notified that you should not
further disseminate, distribute, or forward this E-mail message.
If you have received this E-mail in error, please notify the sender
and delete the material from any computer.  Thank you.
**




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




RE: forward to a tile definition.........

2002-06-03 Thread Trieu, Danny

damm  I forgot  thanks so much ...

 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, June 03, 2002 10:54 AM
 To:   Struts Users Mailing List
 Subject:  Re: forward to a tile definition.
 
 
 Do you have the following entry in your struts-config.xml?
 
 !-- Tiles --
   controller
 processorClass=org.apache.struts.tiles.TilesRequestProcessor
 /
 
 
 
 
 
 
 Trieu, Danny [EMAIL PROTECTED] on 06/03/2002 10:45:10 AM
 
 Please respond to Struts Users Mailing List
   [EMAIL PROTECTED]
 
 To:   '[EMAIL PROTECTED]' [EMAIL PROTECTED]
 cc:
 Subject:  forward to a tile definition.
 
 
 Hi all,
 
 Does anyone know why ActionForward can't find my Tiles' definition?
 When I used:forward   name=success
 path=my.tile.definition.page /
  it is giving me the HTTP 500 Internal server error. I guess it
 couldn't find my definition or doesn't have a clue what path is.
 
 But if I create a test.jsp, and have the definition inserted, the it
 works.. I have my action servlet set to use
 
 servlet-nameaction/servlet-name
 
 servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-cla
 ss
 
 
 
 I am using Struts1.1 with Weblogic 6.1sp2
 
 Thanks,
 
 Danny
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 
 
 
 
 **
 Please Note:
 The information in this E-mail message, and any files transmitted
 with it, is confidential and may be legally privileged.  It is
 intended only for the use of the individual(s) named above.  If you
 are the intended recipient, be aware that your use of any confidential
 or personal information may be restricted by state and federal
 privacy laws.  If you, the reader of this message, are not the
 intended recipient, you are hereby notified that you should not
 further disseminate, distribute, or forward this E-mail message.
 If you have received this E-mail in error, please notify the sender
 and delete the material from any computer.  Thank you.
 **
 
 
 
 
 --
 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: forward to a tile definition.........

2002-06-03 Thread Trieu, Danny

do you know where in the tiles distribution that Cedric talk about this?


 -Original Message-
 From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, June 03, 2002 10:54 AM
 To:   Struts Users Mailing List
 Subject:  Re: forward to a tile definition.
 
 
 Do you have the following entry in your struts-config.xml?
 
 !-- Tiles --
   controller
 processorClass=org.apache.struts.tiles.TilesRequestProcessor
 /
 
 
 
 
 
 
 Trieu, Danny [EMAIL PROTECTED] on 06/03/2002 10:45:10 AM
 
 Please respond to Struts Users Mailing List
   [EMAIL PROTECTED]
 
 To:   '[EMAIL PROTECTED]' [EMAIL PROTECTED]
 cc:
 Subject:  forward to a tile definition.
 
 
 Hi all,
 
 Does anyone know why ActionForward can't find my Tiles' definition?
 When I used:forward   name=success
 path=my.tile.definition.page /
  it is giving me the HTTP 500 Internal server error. I guess it
 couldn't find my definition or doesn't have a clue what path is.
 
 But if I create a test.jsp, and have the definition inserted, the it
 works.. I have my action servlet set to use
 
 servlet-nameaction/servlet-name
 
 servlet-classorg.apache.struts.tiles.ActionComponentServlet/servlet-cla
 ss
 
 
 
 I am using Struts1.1 with Weblogic 6.1sp2
 
 Thanks,
 
 Danny
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 
 
 
 
 
 **
 Please Note:
 The information in this E-mail message, and any files transmitted
 with it, is confidential and may be legally privileged.  It is
 intended only for the use of the individual(s) named above.  If you
 are the intended recipient, be aware that your use of any confidential
 or personal information may be restricted by state and federal
 privacy laws.  If you, the reader of this message, are not the
 intended recipient, you are hereby notified that you should not
 further disseminate, distribute, or forward this E-mail message.
 If you have received this E-mail in error, please notify the sender
 and delete the material from any computer.  Thank you.
 **
 
 
 
 
 --
 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]