You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/10/19 15:27:50 UTC

[jira] Created: (SLING-71) Add SlingHelper class for scripting

Add SlingHelper class for scripting
-----------------------------------

                 Key: SLING-71
                 URL: https://issues.apache.org/jira/browse/SLING-71
             Project: Sling
          Issue Type: New Feature
          Components: microsling
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 2.0.0


As discussed on the list, it might be usefull to have a simple helper for scripting. The first shot helper class will just provide a simpler API for request inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-71) Add SlingHelper class for scripting

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved SLING-71.
------------------------------------

    Resolution: Fixed

Added the ScriptHelper and required adaptions in the SlingScriptResolver in Rev. 587528

The out variable is also set.

Please close, if this suits your needs.

> Add SlingHelper class for scripting
> -----------------------------------
>
>                 Key: SLING-71
>                 URL: https://issues.apache.org/jira/browse/SLING-71
>             Project: Sling
>          Issue Type: New Feature
>          Components: microsling
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> As discussed on the list, it might be usefull to have a simple helper for scripting. The first shot helper class will just provide a simpler API for request inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-71) Add SlingHelper class for scripting

Posted by "Lars Trieloff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536966 ] 

Lars Trieloff commented on SLING-71:
------------------------------------

Is there any progress on this issue? Currently the templates cannot access the out variable, making it impossible to create actual output for a script.

> Add SlingHelper class for scripting
> -----------------------------------
>
>                 Key: SLING-71
>                 URL: https://issues.apache.org/jira/browse/SLING-71
>             Project: Sling
>          Issue Type: New Feature
>          Components: microsling
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> As discussed on the list, it might be usefull to have a simple helper for scripting. The first shot helper class will just provide a simpler API for request inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-71) Add SlingHelper class for scripting

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536979 ] 

Bertrand Delacretaz commented on SLING-71:
------------------------------------------

I have implemented a quick and dirty "out" variable in revision 587474

out.println("something") should work now, but that's not the Real Thing yet.

> Add SlingHelper class for scripting
> -----------------------------------
>
>                 Key: SLING-71
>                 URL: https://issues.apache.org/jira/browse/SLING-71
>             Project: Sling
>          Issue Type: New Feature
>          Components: microsling
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> As discussed on the list, it might be usefull to have a simple helper for scripting. The first shot helper class will just provide a simpler API for request inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.