I just tried accessing a serialized bean through JSP 1.0 and it worked fine....
Basic steps...
Define bean, make sure it is Serializable. Compile...
Create program to save serialized bean. Basically, create new bean, set
state, and save it to a file named classname.ser.
Place classname.ser file in the same directory as the classname.class file.
<jsp:useBean ...> will load the .ser file if it is found
J
John Zukowski Focus on Java Guide / http://java.about.com
[EMAIL PROTECTED] | [EMAIL PROTECTED]
Author Java AWT Reference / Borland's JBuilder No Experience Required
MageLang Institute / Mastering Java 2
http://www.magelang.com Have fun, you'll learn as you go.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".