You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Feike Visser (JIRA)" <ji...@apache.org> on 2017/04/12 07:48:41 UTC

[jira] [Updated] (SLING-6779) [htl-maven-plugin] No warning / error on wrong options

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

Feike Visser updated SLING-6779:
--------------------------------
    Description: 
I have the following code 

{code}
${currentPage.title @ contex = 'scriptString'}
{code}

No warning or error is given for the wrong option @ contex

  was:
I have the following code 

{code}
<script>
${currentPage.title @ contex = 'scriptString'}
</script>
{code}

No warning or error is given for the wrong option @ contex


> [htl-maven-plugin] No warning / error on wrong options
> ------------------------------------------------------
>
>                 Key: SLING-6779
>                 URL: https://issues.apache.org/jira/browse/SLING-6779
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: HTL Maven Plugin 1.0.6
>            Reporter: Feike Visser
>
> I have the following code 
> {code}
> ${currentPage.title @ contex = 'scriptString'}
> {code}
> No warning or error is given for the wrong option @ contex



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)