
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
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
|
|
|
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.
|
|
Description
|
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. |
Show » |
|