wrong error message on Error Rendering Page (ssp)
-------------------------------------------------
Key: CLEREZZA-258
URL: https://issues.apache.org/jira/browse/CLEREZZA-258
Project: Clerezza
Issue Type: Bug
Reporter: Tsuyoshi Ito
I have created an ssp with the following content
<html>
<head>
</head>
<body>
<div> {
string_not_defined
}</div>
</body>
<html>
an error occured because i have forgot to define string_not_defined (error: not
found: value string_not_defined). I have fixed this issue ( val
string_not_defined = "foo" ) and successfully render the page. Then I add some
more scala code to this page (contains also a bug). I try to render the page,
the same error message as before is returned: "error: not found: value
string_not_defined". If I fix the latest bug the page will be rendered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.