
| Key: |
WW-587
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Mark Woon
|
| Reporter: |
Kenny MacLeod
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 06/Jul/04 09:31 AM
Updated: 09/Sep/04 06:29 PM
|
|
| Component/s: |
Views
|
| Affects Version/s: |
2.1
|
| Fix Version/s: |
2.1.1
|
|
|
Current implementations of AbstractUITag cannot get access to the tag body content, since it extends TagSupport instead of BodyTagSupport. It should either extend BodyTagSupport or implement BodyTag to make this possible.
|
|
Description
|
Current implementations of AbstractUITag cannot get access to the tag body content, since it extends TagSupport instead of BodyTagSupport. It should either extend BodyTagSupport or implement BodyTag to make this possible. |
Show » |
|