You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Andrea Battistini (JIRA)" <ji...@apache.org> on 2007/08/09 09:43:18 UTC

[jira] Created: (STR-3084) error on examples page

error on examples page
----------------------

                 Key: STR-3084
                 URL: https://issues.apache.org/struts/browse/STR-3084
             Project: Struts 1
          Issue Type: Bug
          Components: Tiles
            Reporter: Andrea Battistini


On page "Creating Templates" at url: http://struts.apache.org/1.3.8/struts-tiles/examples.html 
at bottom of section "Basic Template" I've found an error. 
Last source for somepage.jsp (calling a definitions in tiles-def) is: 

<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 

<tiles:insert beanName="templateDefinition" /> 

BUT it should be: 

<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 

<tiles:insert definition="templateDefinition" /> 

WITH beanName REPLACED WITH definition 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STR-3084) error on examples page

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict resolved STR-3084.
--------------------------------

    Resolution: Fixed

Thanks for the report.

> error on examples page
> ----------------------
>
>                 Key: STR-3084
>                 URL: https://issues.apache.org/struts/browse/STR-3084
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Website
>            Reporter: Andrea Battistini
>            Assignee: Paul Benedict
>            Priority: Trivial
>             Fix For: 1.3.10, 1.4.0
>
>
> On page "Creating Templates" at url: http://struts.apache.org/1.3.8/struts-tiles/examples.html 
> at bottom of section "Basic Template" I've found an error. 
> Last source for somepage.jsp (calling a definitions in tiles-def) is: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert beanName="templateDefinition" /> 
> BUT it should be: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert definition="templateDefinition" /> 
> WITH beanName REPLACED WITH definition 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3084) error on examples page

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3084:
-------------------------------

      Component/s:     (was: Tiles)
                   Website
         Priority: Trivial  (was: Major)
    Fix Version/s: 1.4.0
                   1.3.10
         Assignee: Paul Benedict

> error on examples page
> ----------------------
>
>                 Key: STR-3084
>                 URL: https://issues.apache.org/struts/browse/STR-3084
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Website
>            Reporter: Andrea Battistini
>            Assignee: Paul Benedict
>            Priority: Trivial
>             Fix For: 1.3.10, 1.4.0
>
>
> On page "Creating Templates" at url: http://struts.apache.org/1.3.8/struts-tiles/examples.html 
> at bottom of section "Basic Template" I've found an error. 
> Last source for somepage.jsp (calling a definitions in tiles-def) is: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert beanName="templateDefinition" /> 
> BUT it should be: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert definition="templateDefinition" /> 
> WITH beanName REPLACED WITH definition 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3084) Error on Tiles examples page

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3084:
-------------------------------

    Component/s:     (was: Website)
                 Tiles
        Summary: Error on Tiles examples page  (was: error on examples page)

> Error on Tiles examples page
> ----------------------------
>
>                 Key: STR-3084
>                 URL: https://issues.apache.org/struts/browse/STR-3084
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Tiles
>            Reporter: Andrea Battistini
>            Assignee: Paul Benedict
>            Priority: Trivial
>             Fix For: 1.3.10, 1.4.0
>
>
> On page "Creating Templates" at url: http://struts.apache.org/1.3.8/struts-tiles/examples.html 
> at bottom of section "Basic Template" I've found an error. 
> Last source for somepage.jsp (calling a definitions in tiles-def) is: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert beanName="templateDefinition" /> 
> BUT it should be: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert definition="templateDefinition" /> 
> WITH beanName REPLACED WITH definition 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STR-3084) Error on Tiles examples page

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3084:
-------------------------------

    Fix Version/s:     (was: 1.4.0)

> Error on Tiles examples page
> ----------------------------
>
>                 Key: STR-3084
>                 URL: https://issues.apache.org/struts/browse/STR-3084
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Tiles
>            Reporter: Andrea Battistini
>            Assignee: Paul Benedict
>            Priority: Trivial
>             Fix For: 1.3.10
>
>
> On page "Creating Templates" at url: http://struts.apache.org/1.3.8/struts-tiles/examples.html 
> at bottom of section "Basic Template" I've found an error. 
> Last source for somepage.jsp (calling a definitions in tiles-def) is: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert beanName="templateDefinition" /> 
> BUT it should be: 
> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %> 
> <tiles:insert definition="templateDefinition" /> 
> WITH beanName REPLACED WITH definition 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.