
|
If you were logged in you would be able to see more operations.
|
|
|
ObjectLedge
Created: 2008-02-22 00:01
Updated: 2008-02-22 00:33
|
|
| Component/s: |
web
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
It happened to me before, usually the thing that helped was setting up the application again in tomcat.
At this point all testing environments on my machine are broken, so it's a good opportunity to tackle this problem.
Investigation so far shows that rendering Default page template yields a zero-length string, despite the fact that template object seems correct and also rendering nested view worked correctly.
|
|
Description
|
It happened to me before, usually the thing that helped was setting up the application again in tomcat.
At this point all testing environments on my machine are broken, so it's a good opportunity to tackle this problem.
Investigation so far shows that rendering Default page template yields a zero-length string, despite the fact that template object seems correct and also rendering nested view worked correctly. |
Show » |
|
when the context was subsequently used to render enclosing template nothing would get rendered
solved by calling VelocityContext.setAllowRendering(true) after merging the template.