Issue Details (XML | Word | Printable)

Key: WW-827
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ian Roughley
Reporter: Ian Roughley
Votes: 0
Watchers: 0
Operations

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

Error in a tags theme template causes failback

Created: 15/Sep/05 08:20 AM   Updated: 18/Jun/06 05:09 AM
Component/s: Views
Affects Version/s: 2.2
Fix Version/s: 2.2.3

Flags: Important


 Description  « Hide
If an error is thrown loading a template in FreemarkerTemplateEngine.java line 71, the next theme's templete is loaded. This is the desired behaviour when the template doesn't exist, but not when the template exists but there is an error in the template. i.e. The ajax theme's form template failed, so the simple theme's form template was loaded.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Patrick Lightbody added a comment - 29/Sep/05 10:28 PM
Why would an error occur? I've tried creating a bogus template (with built in syntax errors) and it _loads_ just fine. How can you cause this to happen?

Patrick Lightbody added a comment - 15/Nov/05 01:02 AM
Any update?

Patrick Lightbody added a comment - 11/Dec/05 07:20 PM
Well looks like Ian is pretty busy. Pushing back to 2.3.

Ian Roughley added a comment - 15/Mar/06 09:23 PM
Will re-open if I can duplicate