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

Key: LEDGE-142
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Major Major
Assignee: Rafał Krzewski
Reporter: Rafał Krzewski
Votes: 0
Watchers: 0
Operations

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

application renders a blank page in the browser after startup

Created: 2008-02-22 00:01   Updated: 2008-02-22 00:33
Component/s: web
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive mylyn-context.zip (0.7 kb)



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

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Rafał Krzewski - 2008-02-22 00:33
turned out that #stop directive in a nested template was switching VelocityContext into allowRendering=false mode.
when the context was subsequently used to render enclosing template nothing would get rendered
solved by calling VelocityContext.setAllowRendering(true) after merging the template.