Re: question about integration with log4j

2005-02-01 Thread David McReynolds
On the last two struts projects we have adopted the policy of wrapping our log4j info and debug statements in an if clause. if(logger.isBebug()) { logger.debug("i am here"); } 1. method call overhead is kept to a minimum. 2. You can use the body to conditionally build a complex logging statemen

onpropertychange

2005-01-11 Thread David McReynolds
Has anyone seen an open source (free) custom tag that duplicates the html:text tag and adds support for the IE idiocy of onpropertychange (for their autocomplete)? -- --dlm www.myjavaserver.com/~dlm8751 - To unsubscribe, e-mail: