Re: java.lang.ClassCastException: com.user.struts.form.UserSystemForm

2006-01-10 Thread pc leung
Thank you for reading and attention. I have written an error handler which simplies the error message. When the error handler is removed from struts-config.xml I find error comes from another action class. Thank you very much indeed. On 1/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > pc

Re: java.lang.ClassCastException: com.user.struts.form.UserSystemForm

2006-01-10 Thread brenmcguire
pc leung ha scritto: > > > >public class UserSystemForm extends ActionForm implements Serializable { > > // - Instance Variables >private String systemHref; >private String messageKey; >private String method;

Re: java.lang.ClassCastException: com.user.struts.form.UserSystemForm

2006-01-10 Thread pc leung
public class UserSystemForm extends ActionForm implements Serializable { // - Instance Variables private String systemHref; private String messageKey; private String method; private Strin

Re: java.lang.ClassCastException: com.user.struts.form.UserSystemForm

2006-01-09 Thread brenmcguire
pc leung ha scritto: >Where does the error come from? > >... >in struts-config.xml >... > What about the element in struts-config.xml regarding the "userSystemForm" form-bean? Please post it because I'm supposing that you declared it with the wrong class. Ciao Antonio Petrelli

java.lang.ClassCastException: com.user.struts.form.UserSystemForm

2006-01-09 Thread pc leung
Where does the error come from? The following is the action class, jsp and struts-config.xml Flow is like this. http://localhost:8080/setupAssignUserSystem forwards to http://localhost:8080/assignUserSystem automatically. thanks In SetupAssignUserSystemAction class, UserSystemF