[
https://issues.apache.org/jira/browse/SLING-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger closed SLING-157.
-----------------------------------
Resolution: Fixed
Assignee: Felix Meschberger
Committed test case in Rev. 628292 and now close this issue again.
> output of primitives using <%= %> in .esp does not work
> -------------------------------------------------------
>
> Key: SLING-157
> URL: https://issues.apache.org/jira/browse/SLING-157
> Project: Sling
> Issue Type: Bug
> Components: Scripting
> Reporter: David Nuescheler
> Assignee: Felix Meschberger
> Priority: Minor
> Fix For: 2.0.0
>
>
> while trying to output a non string value using the <%= %> syntax I stumbled
> over an issue that
> somehow prevented the output without an error.
> so:
> <%= 1 %>
> does not produce output, while
> <%= "1" %>
> works fine.
> a workaround for the application developer of course would be to convert the
> output to a string first, but i think
> it would be great to fix that, since people output counters and other non
> string variables frequently.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.