On Fri, 1 Nov 2002, Karr, David wrote:
> All the tag classes in the Struts-EL tag library are subclasses of the > corresponding class in the Struts tag library, and all of them look > almost identical. In each one, the "doStartTag()" method calls a method > called "evaluateExpressions()", which just has one block of almost > identical code for each property of the tag, which just passes the > current value of the property through the EL parser and into the > "setter" method for the property. The only exception to this relatively Okay. I'm convinced :) Will work on getting a 1.1 release out which has an EL'd component. Any reason it has to be a different jar? Or just one jar with them all and a different tld? Hen -- To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>
