RE: Struts Action in Welcome File List

2003-08-08 Thread Shashank Dixit
in Welcome File List But you can redirect using logic redirect tag ? Mohan -Original Message- From: Suzette Daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 8:03 PM To: 'Struts Users Mailing List' Subject: RE: Struts Action in Welcome File List Nope

RE: Struts Action in Welcome File List

2003-08-06 Thread Mohan Radhakrishnan
But you can redirect using logic redirect tag ? Mohan -Original Message- From: Suzette Daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 8:03 PM To: 'Struts Users Mailing List' Subject: RE: Struts Action in Welcome File List Nope this is not supported, the web.xml must

Re: Struts Action in Welcome File List

2003-07-31 Thread Jon Wynacht
I think I had my slashes mixed upI just copied what was in the struts-blank project and it seems to be working just fine. Thanks all for helping me sort out the confusion! Jon On Wednesday, July 30, 2003, at 06:50 PM, John Cavacas wrote: Can you deploy and run correctly struts-blank.war?

RE: Struts Action in Welcome File List

2003-07-30 Thread Swaroop George
.. Swaroop -Original Message- From: message message [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: Re: Struts Action in Welcome File List Actually this blank page phenomenon happend to me a long time ago. I remember taking out the line

RE: Struts Action in Welcome File List

2003-07-30 Thread Bailey, Shane C.
30, 2003 12:41 AM To: Struts Users Mailing List Subject: Re: Struts Action in Welcome File List Hmmm...tried that but still blanks out after a while...I'm wondering if there's an issue with my use of sessions...would that come into play here? Jon On Tuesday, July 29, 2003, at 06:56 PM, John

RE: Struts Action in Welcome File List

2003-07-30 Thread Suzette Daniel
Nope this is not supported, the web.xml must map to a file. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 9:51 AM To: 'Struts Users Mailing List' Subject: RE: Struts Action in Welcome File List Can't you just do this: welcome

RE: Struts Action in Welcome File List

2003-07-30 Thread Karr, David
Well, I haven't tried this, but I did notice someone a while ago saying that this DOES work, as long as you use a small trick. The welcome-file does have to specify a file that exists, but that doesn't mean the web container will actually SERVE that file. The person who mentioned this said that

RE: Struts Action in Welcome File List

2003-07-30 Thread Bailey, Shane C.
3:26 PM To: Struts Users Mailing List Subject: RE: Struts Action in Welcome File List Well, I haven't tried this, but I did notice someone a while ago saying that this DOES work, as long as you use a small trick. The welcome-file does have to specify a file that exists, but that doesn't mean

RE: Struts Action in Welcome File List

2003-07-30 Thread John Cavacas
Can you deploy and run correctly struts-blank.war? If you can bring up http://localhost:8080/struts-blank/ then its not a Struts problem. Check the slash on your action. If your action is defined like so: action path=/Someaction... Be sure in your forward you have forward name=HOME

RE: Struts Action in Welcome File List

2003-07-29 Thread John Cavacas
Try, logic:redirect forward=HOME/ In your index.jsp page. Also, look at sruts-blank.war example application for an easy to understand example of this. John -Original Message- From: Jon Wynacht [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 9:41 PM To: [EMAIL PROTECTED]

Re: Struts Action in Welcome File List

2003-07-29 Thread Jon Wynacht
Hmmm...tried that but still blanks out after a while...I'm wondering if there's an issue with my use of sessions...would that come into play here? Jon On Tuesday, July 29, 2003, at 06:56 PM, John Cavacas wrote: Try, logic:redirect forward=HOME/ In your index.jsp page. Also, look at

Re: Struts Action in Welcome File List

2003-07-29 Thread Jon Wynacht
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 9:41 PM Subject: Re: Struts Action in Welcome File List Hmmm...tried that but still blanks out after a while...I'm wondering if there's an issue with my use of sessions...would that come into play here? Jon On Tuesday

Re: Struts Action in Welcome File List

2003-07-29 Thread message message
] Subject: Re: Struts Action in Welcome File List Date: Tue, 29 Jul 2003 22:21:25 -0700 Didn't work for me. I'm stumped ;-( Jon On Tuesday, July 29, 2003, at 09:55 PM, Dan Tran wrote: This works for me %@ page language=java contentType=text/html;charset=utf-8 % % response.sendRedirect