Hi Its the & sign in your URL - You have to escape it. This has to do with the XML digester and not with Struts it self
Hermod -----Opprinnelig melding----- Fra: Pat Quinn [mailto:[EMAIL PROTECTED] Sendt: 5. juli 2004 17:46 Til: [EMAIL PROTECTED] Emne: Tiles/Frames & Urls with Parameters Hi Guys, I'm using tiles and frames together but when i try to pass a url value with parameters struts fails during startup with the following error: ERROR org.apache.commons.digester.Digester - Parse Fatal Error at line 109 column -1: Next character must be ";" terminating reference to entity "viewMode". org.xml.sax.SAXParseException: Next character must be ";" terminating reference to entity "viewMode". <!-- Tile Definition in tile-definitions.xml --> <definition name="frameset-edit" path="/jsp/layouts/frameset.jsp"> ..... <put name="mainFrame" value="myAction.do?mode=showAll&viewMode=edit"/> </definition> <!-- Frameset.jsp Source --> <frameset rows="105,*" cols="*" frameborder="no" border="0" framespacing="0"> <frame name="topFrame" scrolling="NO" src="<tiles:getAsString name="topFrame"/>" > <frameset cols="250,*" frameborder="no" border="0" framespacing="0"> <frame name="leftFrame" scrolling="yes" src="<tiles:getAsString name="leftFrame"/>"> <frame name="mainFrame" src="<tiles:getAsString name="mainFrame"/>"> </frameset> </frameset> Any Ideas? * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This email with attachments is solely for the use of the individual or entity to whom it is addressed. Please also be aware that DnB NOR cannot accept any payment orders or other legally binding correspondence with customers as a part of an email. This email message has been virus checked by the virus programs used in the DnB NOR Group. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

