Re: Beginner question: No action instance for path /anzeigen could be created

2005-03-25 Thread Wolfgang Rinnert
From: <[EMAIL PROTECTED]> ... You forgot to extend "Action" class in your own action. Here is why you got a ClassCastException. Thanks a lot - that was it. 8-) Regards, Wolfgang - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Beginner question: No action instance for path /anzeigen could be created

2005-03-24 Thread brenmcguire
You forgot to extend "Action" class in your own action. Here is why you got a ClassCastException. public class AnzeigenAction extends Action { .. } Ciao Antonio Wolfgang Rinnert wrote: > Hi all, > I am expanding the Struts Upload example. > Right now I work on a step to display the data that