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

Key: WW-587
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Mark Woon
Reporter: Kenny MacLeod
Votes: 0
Watchers: 0
Operations

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

AbstractUITag should implement BodyTag

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


 Description  « Hide
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.

 All   Comments   Change History      Sort Order:
Mark Woon - [23/Jul/04 09:09 PM ]
WebWorkTagSupport now extends BodyTagSupport.

Patrick Lightbody - [09/Sep/04 06:29 PM ]
I am reverting this change because it opened up a reported bug on certain app servers. Kenny -- WebWork 1.x has been like this for a LONG time, so let's talk about what the problem is that you are having.