https://bz.apache.org/bugzilla/show_bug.cgi?id=65124

--- Comment #16 from Mark Thomas <ma...@apache.org> ---
My expectation was that you'd use the plug-in mechanism to implement the
optimisation for <c:set ... /> described in issue 1.

If you want to provide a generic optimisation to multiple/all tags then that
probably won't scale in your use case as you'd have to predefine the plugin
mapping for each tag class. I'm also not sure the current API exposes enough
information for a generic, rather than tag specific, solution.

I'll take another look at issue 1 but I'd like to check my understanding of the
generic problem first. Is this correct:

Where:
- multiple, non-pooled instances of the same tag are used in a JSP
- the tags do not have a body
- the tags have the same, single attribute set although the attribute may have
different values for each tag instance

then generate a single, parameterised method to be used for all tag instances
rather than 1 method per tag instance?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to