Hi, Attachments in most forms are removed by the list server, so yours didn't make it (at least on my mail reader).
>I am using weblog.jar file as suggested by somebody in a forum, >Can somebody tell me why I am getting Class Cast Error on RUNTIME? I am >able to compile the code. Why don't you ask "somebody in a forum" ? Use the obj.getClass().getName() approach shown by someone else to see what the class actually is before you cast it. Many cast errors can't be caught at compile time. This is why we have unit tests: write them and use them regularly. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
