#246
Scaml: element attribute value cannot contain curly braces
-
-
Created on:
Mon, Jun 06 2011 (12 months ago)
-
Reported by:
ternary.expression
-
Assigned to:
-
-
Milestone:
-
-
Estimate:
None/Small/Medium/Large
None
-
Status:
New
-
Priority:
Normal (3)
-
Component:
scalate-core: scaml
-
Permission type:
None
-
-
Followers

ternary.expression
No file chosen
You have an empty file field. Please select or remove it.
Associations
| # |
Relation |
Summary |
Status |
Action |
| No tickets |
No associations
Time Expenditure
Loading
The exception is:
It looks like the use of the braces for expression evaluation is what causes the problem. The following will work fine:
One workaround would be to introduce a variable within the page to store the string value I want, and then use that variable as the attribute's value.