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

Key: WW-1268
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rainer Hermanns
Reporter: tm_jee
Votes: 0
Watchers: 1
Operations

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

Text component should override useBody() to return true

Created: 25/Mar/06 10:35 AM   Updated: 18/Jun/06 04:49 AM
Component/s: Views
Affects Version/s: 2.2.2
Fix Version/s: 2.2.3

File Attachments: 1. Text File WW-1303_WW-1307_WW-1268.patch (13 kb)



 Description  « Hide
Text component should override useBody() to return true

public boolean usesBody() {
     return true;
    }

if not its body variable is always empty and never being honoured in the code.

 All   Comments   Change History      Sort Order:
Rainer Hermanns - [18/Jun/06 04:49 AM ]
Fixed in CVS