[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-1461) Tiles editor - ERROR - Unindentified parser error.

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Mon Dec 10 06:51:51 EST 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-1461?page=all ]

Viacheslav Kabanovich resolved JBIDE-1461.
------------------------------------------

    Resolution: Duplicate Issue

> Tiles editor - ERROR - Unindentified parser error.
> --------------------------------------------------
>
>                 Key: JBIDE-1461
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1461
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: struts/shale
>    Affects Versions: 2.0.0.CR1
>         Environment: Linux, Eclipse 3.3.1.1
>            Reporter: Alex Titov
>         Assigned To: Viacheslav Kabanovich
>
> I cannot open any tiles-defs.xml. Here is an example. This file works fine in struts...
> <?xml version="1.0" encoding="ISO-8859-1" ?>
>  <!DOCTYPE tiles-definitions PUBLIC
>        "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
>        "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
> <!--
>      This is a blank Tiles definition file with a commented example.
> -->
> <tiles-definitions>
>     <!-- sample tiles definitions
>     <definition name=".mainLayout" path="/common/layouts/classicLayout.jsp">
>         <put name="title"  value="Sample Page Title" />
>         <put name="header" value="/common/header.jsp" />
>         <put name="menu"   value=".mainMenu" />
>         <put name="footer" value="/common/footer.jsp" />
>         <put name="body"   value=".portal.body" />
>     </definition>
>     <definition name=".mainMenu" path="/common/layouts/vboxLayout.jsp" >
>         <putList name="list" >
>             <add value=".menu.links" />
>             <add value=".menu.taglib.references" />
>             <add value=".menu.printer.friendly" />
>             <add value=".menu.old.documents" />
>       </putList>
>     </definition>
>     <definition name="aPage" extends=".mainLayout">
>         <put name="title"  value="Another Title" />
>         <put name="body"   value=".aPage.body" />
>     </definition>
>     end samples -->
>     <definition name=".markSystems.list" path="/WEB-INF/jsp/template.jsp">
>     	<put name="content" value="/marks/systems/list.jsp"></put>
>     </definition>
>     <definition name=".markSystems.add" path="/WEB-INF/jsp/template.jsp">
>     	<put name="content" value="/marks/systems/add_edit.jsp"></put>
>     </definition>
>     <definition name=".marks.list" path="/WEB-INF/jsp/template.jsp">
>     	<put name="content" value="/marks/list.jsp"></put>
>     </definition>
>     <definition name=".marks.add" path="/WEB-INF/jsp/template.jsp">
>     	<put name="content" value="/marks/add_edit.jsp"></put>
>     </definition>
> </tiles-definitions>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list