> Currently I define templates with "holes" in them to be filled in by include > tags. Then in my xwork.xml action definition I define static parameters > such as "<param name="main">car.jsp</param>. I use an action base class > ParametersAction which implements Parameterizable and pushes all the static > params onto the stack for use from my page. This works great. > > I am a little concerned about the overhead of using the servlet dispatcher > for each of these included components (should I be?) Component actions > could be called directly without using the servlet dispatcher.
I wouldn't worry about this -- we use velocity and write directly to the JspWriter -- now servlet dispatcher involved. -Pat ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork