Re: [Webwork-user] jsp:include
Brought to you by:
baldree,
rickardoberg
From: Andrius J. <an...@li...> - 2000-12-12 13:01:22
|
hi, : I have now updated the generic controls to use this: : <%@ include file="/template/standard/controlheader.jsp" %> : <%@ include file="/template/standard/controlfooter.jsp" %> : instead of jsp:include, i.e. a direct include on JSP compilation. Result : is that the nr of includes is cut down to a third of what it used to be. : Much much faster now! :-))) hey, way cool :) : It might be possible to do the same with the actual controls, which : again would make things much faster. The problem is how to parameterize : them, which I don't know yet. imho, the parameters in the way they are passed to the components now are statical in their nature, so doing something like you did above should be also possible. or maybe webworks precompiler or smth? :)) --andrius: |