2008/2/13, Tim Kannenberg <[EMAIL PROTECTED]>: > In effect, I'm trying to do > something analogous to having an abstract search page (the template) > from which other pages (my individual search pages) can inherit, > overriding only the pieces which control the rendering of the form > fields and the result row columns. > ... > Is there a different > approach I can use to achieve the desired results using Tiles?
No, but Struts 2 can help you in building a custom component: http://www.vitarara.org/cms/struts_2_cookbook/creating_a_ui_component HTH Antonio
