How can I use the Tiles page shown below from the Tiles distribution example WAR in an editor that expects XML?
What would the root XML element of this fragment be? <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> <tiles:insertTemplate template="/putattributeslayout.jsp"> <tiles:putAttribute name="stringTest" value="This is a string" type="string" /> <tiles:putListAttribute name="list"> <tiles:addAttribute value="valueOne" type="string" /> <tiles:addAttribute value="valueTwo" type="string" /> <tiles:addAttribute value="valueThree" type="string" /> </tiles:putListAttribute> </tiles:insertTemplate> -- View this message in context: http://www.nabble.com/Tiles-fragment-as-XML-tf3778935.html#a10686183 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]