I'm getting this error everytime I try to run my jsp page.
when I have this attribute in my jsp page:-
<html:form action="/ViewOperation"
type="myCom.struts.operation.OperationAction">
It loads ok. but when i added the line
name="operationForm"
I get java.lang.ClassCastException. any clues?
thanks
~za~
You can't bring back a dead thread!
when I have this attribute in my jsp page:-
<html:form action="/ViewOperation"
type="myCom.struts.operation.OperationAction">
It loads ok. but when i added the line
name="operationForm"
I get java.lang.ClassCastException. any clues?
thanks
~za~
You can't bring back a dead thread!