DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=7785>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=7785





------- Additional Comments From [EMAIL PROTECTED]  2006-09-17 13:26 -------
Mark is correct.

We'll need more information such as:
1. In which folders are the classes kept? Ideally, all the web application
specific classes should be within the war file, unless the classes are shared
across applications (or are provided by Tomcat).

2. What does the following give ?
Object o=sess.getValue(SessionObjectDefines.KEY_REGINFO);
boolean result = o.getClass() == ClassTeacher.Registration.RegSession.class;
out.print("are the classes the same ? = " + result);


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to