Re: Weird problem with tiles and struts forward

2002-04-01 Thread Mark
Subject: RE: Weird problem with tiles and struts forward. From: Brendan Grainger [EMAIL PROTECTED] Date: Sun, 31 Mar 2002 21:37:59 -0500 To: Struts Users Mailing List [EMAIL PROTECTED] Hi Jack, As I said earlier I had exactly the same problem as you and so now I've done a little

Re: Weird problem with tiles and struts forward.

2002-04-01 Thread Sanjay Choudhary
--- Struts Newsgroup [EMAIL PROTECTED] wrote: Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Hi, Brendan Yes, it works Thank you guys so much Yes, the problem is the controller for tiles, after I add it in my struts-config.xml

RE: Weird problem with tiles and struts forward.

2002-04-01 Thread Robert Morse
It's in the installation documentation. -Original Message- From: Sanjay Choudhary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 11:31 AM To: Struts Users Mailing List Subject: Re: Weird problem with tiles and struts forward. Hi Brendan, I was also facing the same problem

RE: Weird problem with tiles and struts forward.

2002-03-31 Thread Wellie W. Chao
servlet 2.2 before and changed it to servlet 2.3 a few days ago. -Original Message- From: Robert Morse [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 7:24 PM To: Struts Users Mailing List Subject: RE: Weird problem with tiles and struts forward. Yes. In fact, I changed all

Re: Weird problem with tiles and struts forward.

2002-03-31 Thread @Basebeans.com
Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === So, what you changed to make it work? To me, it still doesn't work, even I use servlet 2.3 (I'm using Tomcat 4.0.3) DOCTYPE, and struts 1.1 DOCTYPE. same configuration with forward to a jsp, it works

Re: Weird problem with tiles and struts forward.

2002-03-31 Thread @Basebeans.com
Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Well, I don't think this is the problem. If I had to use forward attribute instead of forward tag, How can I forward to different page depend on the result? Jack Wellie W. Chao [EMAIL PROTECTED

RE: Weird problem with tiles and struts forward.

2002-03-31 Thread Wellie W. Chao
] Subject: Re: Weird problem with tiles and struts forward. Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Well, I don't think this is the problem. If I had to use forward attribute instead of forward tag, How can I forward to different page depend

RE: Weird problem with tiles and struts forward.

2002-03-31 Thread Brendan Grainger
List Subject: RE: Weird problem with tiles and struts forward. Yes, that would be a problem. I'm building some pages now that will make use of findForward, so I'll let you know if I experience success with the forward elements within an action block. If I have problems too, then it's probably

Re: Weird problem with tiles and struts forward.

2002-03-31 Thread @Basebeans.com
Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Hi, Brendan Yes, it works Thank you guys so much Yes, the problem is the controller for tiles, after I add it in my struts-config.xml file, I got it work! Thanks a lot in deed

RE: Weird problem with tiles and struts forward.

2002-03-30 Thread Wellie W. Chao
I don't think you can use a tiles definition in forward path={xxx}/. You need to specify a context-relative path to an action -- in other words, a URL. You could say forward path=/register.success.jsp/, then include the following in /register.success.jsp: %@ taglib uri=/WEB-INF/tiles.tld

RE: Weird problem with tiles and struts forward.

2002-03-30 Thread Robert Morse
that operate with each other. -Original Message- From: Wellie W. Chao [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 5:13 AM To: Struts Users Mailing List Subject: RE: Weird problem with tiles and struts forward. I don't think you can use a tiles definition in forward path={xxx}/. You

Re: Weird problem with tiles and struts forward.

2002-03-30 Thread mglass
I'm experiencing the same problem. According to the Tiles docs it shuld be possible to specify a Tiles definition as a forward target. I am assuming now that this is a desired feature of Tiles but not active yet. I'm using Struts 1.1 Beta. Mark Glass - Original Message - From: Struts

RE: Weird problem with tiles and struts forward.

2002-03-30 Thread Wellie W. Chao
PROTECTED]] Sent: Saturday, March 30, 2002 9:11 AM To: Struts Users Mailing List Subject: RE: Weird problem with tiles and struts forward. Using path = register.success is perfectly fine. When I had this problem, I think the issue was the version of Tiles being used with Struts 1.1. Try getting

Re: Weird problem with tiles and struts forward.

2002-03-30 Thread mglass
PROTECTED] Sent: Saturday, March 30, 2002 10:40 AM Subject: RE: Weird problem with tiles and struts forward. Are you saying you tried it and got it to work? I saw it in the docs, but I never could get it to work with struts 1.1 beta, so I assumed it was a desired feature that hasn't yet been

RE: Weird problem with tiles and struts forward.

2002-03-30 Thread Robert Morse
[mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 9:11 AM To: Struts Users Mailing List Subject: RE: Weird problem with tiles and struts forward. Using path = register.success is perfectly fine. When I had this problem, I think the issue was the version of Tiles being used with Struts 1.1. Try

Re: Weird problem with tiles and struts forward.

2002-03-30 Thread @Basebeans.com
Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Thanks for the reply group. Yes, I'm using struts 1.1 beta. But the tutorial looks work fine, it also use forward to a tiles definition, why? And since I already use ActionComponentServlet (Actually

Re: Weird problem with tiles and struts forward.

2002-03-30 Thread @Basebeans.com
Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Well, I tried to get nightly build from apache, earlest one 20020316 and latest one 20020330. Both of them doesn't work for me. 20020316 has same problem, 20020330 even can not found MESSAGE resources

RE: Weird problem with tiles and struts forward.

2002-03-30 Thread Brendan Grainger
:@[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 7:55 PM To: [EMAIL PROTECTED] Subject: Re: Weird problem with tiles and struts forward. Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === Thanks for the reply group. Yes, I'm using struts 1.1 beta

RE: Weird problem with tiles and struts forward.

2002-03-30 Thread Robert Morse
to work? Get those going before your own stuff. -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 5:10 PM To: [EMAIL PROTECTED] Subject: Re: Weird problem with tiles and struts forward. Subject: Re: Weird problem with tiles and struts

Re: Weird problem with tiles and struts forward.

2002-03-30 Thread @Basebeans.com
Subject: Re: Weird problem with tiles and struts forward. From: Jack Gao [EMAIL PROTECTED] === I also update to web-app_2_3.dtd and struts-config_1_1.dtd. But I didn't found any place need to update except !DOCTYPE Any idea which part need to update? Thanks Jack Brendan Grainger [EMAIL