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

Lukas Jungmann (JIRA) jira-events at lists.jboss.org
Thu Oct 14 09:52:45 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Jungmann closed JBIDE-1461.
---------------------------------



Closing old out-of date issues.

> Tiles editor - ERROR - Unindentified parser error.
> --------------------------------------------------
>
>                 Key: JBIDE-1461
>                 URL: https://jira.jboss.org/browse/JBIDE-1461
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: struts/shale
>    Affects Versions: 2.0.0.CR1
>         Environment: Linux, Eclipse 3.3.1.1
>            Reporter: Alex Titov
>            Assignee: 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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list