| Code: |
| <?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN" "http://tiles.apache.org/dtds/tiles-config_2_0.dtd"> <tiles-definitions> <definition name="commonPage" template="/layouts/classic.jsp"> <put-attribute name="header" value="/tiles/defaultHeader.jsp" /> <put-attribute name="menu" value="/tiles/defaultMenu.jsp" /> <put-attribute name="footer" value="/tiles/defaultFooter.jsp" /> </definition> <definition name="homePage" extends="commonPage"> <put-attribute name="body" value="/tiles/home_body.jsp" /> </definition> <definition name="aboutPage" extends="commonPage"> <put-attribute name="body" value="/tiles/about_body.jsp" /> </definition> </tiles-definitions> |
| Code: |
| *** Date:
Wednesday, March 17, 2010 12:06:54 PM CDT ** System properties: OS=MacOSX OS version=10.6.2 Java version=1.6.0_17 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.5M2 Build id: 8.5M2-20100212 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.5M2 Build id: 8.5M2-20100212 Eclipse startup command=-os macosx -ws carbon -arch x86 -showsplash -launcher /Library/Genuitec/Profiles/MyEclipse 8.5 M2/myeclipse.app/Contents/MacOS/myeclipse -name Myeclipse --launcher.library /Library/Genuitec/Profiles/MyEclipse 8.5 M2/myeclipse.app/Contents/MacOS//../../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835/eclipse_1206.so -startup /Library/Genuitec/Profiles/MyEclipse 8.5 M2/myeclipse.app/Contents/MacOS/../../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install /Library/Genuitec/Profiles/MyEclipse 8.5 M2 -configuration ../../../configuration -keyring /Users/larrydwilson/.eclipse_keyring -consoleLog -showlocation -vm /System/Library/Frameworks/JavaVM.framework |
| Quote: |
|
In this case, I opened the file with the XML Editor, re-saved it, and the error disappeared. |