Hi all,
I have followed the faq instructions to serialize a
bean class
named "shop.CD" but I cannot see anywhere that a
file is created...
<jsp:useBean id="cc" type="shop.CD"
beanName="shop.CD" />
<% cc.setAlbum("Hello"); %>
Does anybody know how to serialize the bean class
and where is phisically written ?
Thanks
Francesco
|