You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Francesco Marchioni <FM...@hotmail.com> on 2001/06/14 17:49:34 UTC

How to serialize a bean with Tomcat?

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