Re: taglibs and persistence

2000-05-16 Thread Hans Bergsten
Aaron Tavistock wrote: > > I'm working on a project that is driven by taglibs, basically everything > that needs to be done will be done with taglib (e.g. no java or JSP > actions on the page except the preamble). > > Since taglibs always get put into _jspService as new classes, all the > objects

taglibs and persistence

2000-05-16 Thread Aaron Tavistock
I'm working on a project that is driven by taglibs, basically everything that needs to be done will be done with taglib (e.g. no java or JSP actions on the page except the preamble). Since taglibs always get put into _jspService as new classes, all the objects are generated on a per-request basis