[ http://issues.apache.org/jira/browse/BEEHIVE-260?page=history ]

Daryl Olander updated BEEHIVE-260:
----------------------------------

    type: Improvement  (was: New Feature)

> Template Enhancements
> ---------------------
>
>          Key: BEEHIVE-260
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-260
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: TBD
>     Reporter: Daryl Olander
>     Assignee: Daryl Olander
>      Fix For: TBD

>
> The following enhancements have been suggested for the Template tags:
> 1) The Section tag should have an attribute that would include a .JSP page 
> instead of requiring the second to have body content.  The current work 
> around here is to put an JSP include in the body of the Sectioni tag.
> 2) When using templates it is handy to create a basic template (one used for 
> the entire site as a background, header, etc) and then possibly have another 
> template that would be based off of that but would also add some additional 
> information/color/shape that would be necessary for a subset of the pages but 
> not all.  [137261]
> The specialization template could provide content to the general template and 
> also define additional content that could be filled in by specific content 
> pages.
> For each jsp page that is going to include both templates one would have to 
> have both in that jsp:
> <netui-template:template templatePage="./jtemplate.jsp">
>     <netui-template:section name="BodySection">
>         <netui-template:template templatePage="jtest.jsp">
>             <netui-template:section name="leaguepage">
>             
>             //FILL in league page here...
>              </netui-template:section>
>         </netui-template:template>
>     </netui-template:section>
> </netui-template:template>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to