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

2006-01-10 Thread pc leung
form-bean name=userSystemForm type=com.user.struts.form.UserSystemForm / public class UserSystemForm extends ActionForm implements Serializable { // - Instance Variables private String systemHref; private

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

2006-01-10 Thread brenmcguire
pc leung ha scritto: form-bean name=userSystemForm type=com.user.struts.form.UserSystemForm / public class UserSystemForm extends ActionForm implements Serializable { // - Instance Variables private String

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

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,

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 form-bean 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