Re: CustomActionForward -- How do I pick it up in the Action?

2004-09-15 Thread John Crossman
wardAction instead of a subclass when you call findFoward(...) ? Regards, David -Original Message----- From: John Crossman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 4:02 PM To: Struts Users Mailing List Subject: Re: CustomActionForward -- How do I pick it up in the Action? Wh

Re: CustomActionForward -- How do I pick it up in the Action?

2004-09-15 Thread John Crossman
What exactly would that look like? J David G. Friedman wrote: Doesn't your Action's nested forward need the attribute "classname=SOMETHING" ? Regards, David -Original Message- From: John Crossman [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 3:47 PM To:

CustomActionForward -- How do I pick it up in the Action?

2004-09-15 Thread John Crossman
My struts-config has the following: And yet the following causes ClassCastException in my MasterAction class: CustomActionForward customForward = (CustomActionForward) mapping.findForward( DEFAULT_VIEW_KEY );

Re: ParseException on struts-config.xml

2004-09-15 Thread John Crossman
download it here: http://cvs.apache.org/dist/struts/v1.2.4/ Also there are upgrade notes here: http://wiki.apache.org/struts/Struts1_2e1to1_2e2_2e1UpgradeNotes Niall - Original Message - From: "John Crossman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Septembe

ParseException on struts-config.xml

2004-09-15 Thread John Crossman
My struts-config is below the stacktrace. When I startup my webapp, I get the following the stacktrace. Why? It appears to have something to do with how I have my config'd, but I can't tell what's wrong. This is essentially what is present in the webapp/examples webapp which is distributed