Per Jørgen Walstrøm wrote: > <tiles:put name="showPlus30Start" direct="true"> > <logic:equal property="searchPlus30" name="searchForm" value="true"> > </tiles:put> > > <tiles:put name="showTempEndTag" direct="true"> > </logic:equal> > </tiles:put> > > The exception I get, looks like this: > 2006-01-25 13:48:19,568 ERROR [ResourceFilter] Exception in resource filter. > javax.servlet.ServletException: ServletException in > '/unprotected/layouts/layout.jsp': ServletException in > '/unprotected/layouts/layoutSearch.jsp': > /unprotected/layouts/layoutSearch.jsp(15,4) The end tag "</tiles:put" is > unbalanced > > This does apparently not work, as the <logic:equal> is not correctly ended in > my <tiles:put>... is there a way to tell struts/tiles to get this to work? > That would not be valid XML, AFAIK.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]