Ref: Re: [Opensource] Really strange bug when using Expresso in Tomcat 4.1

Michael Rimov rimovm at centercomp.com
Tue Sep 30 18:00:35 PDT 2003


To clarify, here's what I did based upon what you suggested:


At 07:42 AM 9/30/2003, you wrote:

>Back

Corrected return SKIP_BODY

>ContentTag

return EVAL_BODY_INCLUDE


>DBDescription

Not necessary, no internal variables

>LabelTag

modified
return EVAL_BODY_INCLUDE

>Login


modified
return EVAL_BODY_INCLUDE

>MessageUtil

Not needed, no instance variables.

>UserName

Not needed, no instance variables

>ExpressoTagSupport

I'm thinking of leaving this one because we have one controller response 
per page.  So, this member variable can stay constant (thus speeding things up)

>ExpressoBodyTagSupport
Ditto to ExpressoTagSupport

Let me know if something doesn't work right.  These changes have been 
checked into CVS

                                                         -Mike 





More information about the Opensource mailing list