RE: Can't forward to a global-Here's the code in question?

2001-12-10 Thread Keith Bacon
AM To: Struts Users Mailing List Subject: RE: Can't forward to a global? -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: donderdag 6 december 2001 22:06 To: Struts Subject: Can't forward to a global? Hi, I have an action class that could

RE: Can't forward to a global?

2001-12-07 Thread Tom Klaasen (TeleRelay)
-Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: donderdag 6 december 2001 22:06 To: Struts Subject: Can't forward to a global? Hi, I have an action class that could get called after a users session has expired. When the action class is called I have

RE: Can't forward to a global-Here's the code in question?

2001-12-07 Thread Alex Colic
for any help. Alex -Original Message- From: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 4:30 AM To: Struts Users Mailing List Subject: RE: Can't forward to a global? -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent

RE: Can't forward to a global-Here's the code in question?

2001-12-07 Thread Michael Mok
[mailto:[EMAIL PROTECTED]] Sent: Saturday, 8 December 2001 9:31 To: Struts Subject: RE: Can't forward to a global-Here's the code in question? Here the action class, slightly abbreviated. package com.popware.rd.viPro.action; public class viInvoiceSummaryAction extends Action { private static final

Can't forward to a global?

2001-12-06 Thread Alex Colic
Hi, I have an action class that could get called after a users session has expired. When the action class is called I have the following code: if(session == null || session.isNew()) { return mapping.findForward(logon); } I have a global forward defined for logon.