Hi, I tried to use a Bean in its serialized form. I wrote a class book.SerBean which I serialized into a file called color.ser which I placed in the directory beans\book (the same directory as SerBean.class). Then I used the following JSP page <jsp:useBean id="serbean" type="book.SerBean" beanName="book.color"/> Value of color: <jsp:getProperty name="serbean" property="color"/> This did not work (NullPointerException). I checked the generated Java file, this did not use the value of the attribute "beanName" at all. Is this not supported in jswdk-1.0-ea? vt volker turau FH Wiesbaden Fachbereich Informatik Tel.: +49-611-9495-205 FAX +49-611-9495-210 http://www.informatik.fh-wiesbaden.de/~turau =========================================================================== 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".
