History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-236
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Patrick Lightbody
Reporter: John Patterson
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
WebWork

IncludeTag needs to be ported to 2.0

Created: 27/Jul/03 09:01 AM   Updated: 14/Sep/03 06:57 PM
Component/s: Views
Affects Version/s: 2.0-beta1, 2.0-beta2
Fix Version/s: 2.0-beta2

File Attachments: 1. Java Source File FastByteArrayOutputStream.java (5 kb)
2. Java Source File IncludeTag.java (12 kb)



 Description  « Hide
The Include jsp tag needs to be ported from version 1.3 to 2.0.

 All   Comments   Change History      Sort Order:
John Patterson - [29/Jul/03 04:16 AM ]
Updated to work with WW2

John Patterson - [29/Jul/03 04:18 AM ]
Add this to webwork.tld:


    <tag>
        <name>include</name>
        <tagclass>com.opensymphony.webwork.views.jsp.IncludeTag</tagclass>
        <bodycontent>JSP</bodycontent>
        <info>Used to include another page or action.</info>
        <attribute>
            <name>page</name>
            <required>false</required>
            <rtexprvalue>false</rtexprvalue>
        </attribute>
        <attribute>
            <name>value</name>
            <required>false</required>
            <rtexprvalue>false</rtexprvalue>
        </attribute>
    </tag>
  

John Patterson - [29/Jul/03 04:19 AM ]
Used by include tag