You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2010/08/09 15:12:15 UTC

[jira] Closed: (CLEREZZA-258) wrong error message on Error Rendering Page (ssp)

     [ https://issues.apache.org/jira/browse/CLEREZZA-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-258.
---------------------------------------

    Resolution: Fixed

> 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
>            Assignee: Reto Bachmann-Gmür
>
> 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.