[jira] [Updated] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-08-02 Thread Dan Klco (JIRA)

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

Dan Klco updated SLING-1500:


Fix Version/s: Scripting JSP-Taglib 2.1.10

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
Assignee: Dan Klco
Priority: Minor
  Labels: el, function, jsp, scripting, sling, taglib
 Fix For: Scripting JSP-Taglib 2.1.10

 Attachments: add-files.zip, SLING-1500.diff, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-02-19 Thread Dan Klco (JIRA)

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

Dan Klco updated SLING-1500:


Attachment: SLING-1500.diff

Attached is a new patch to integrate the functionality provided by Mark into 
the SlingFunctions class for the 1.3 version of the Sling Taglibs.

I did not reproduce the use of ResourceWrappers as the referenced issue has 
been closed.  This patch adds the following:

Tags:
 - New FindResources tag, for invoking the resourceResolver.findResources 
functionality
 - Updated: GetResources tag, adds the ability to specify a base resource under 
which to retrieve a relative resource

New Functions:
 -  adaptTo: adding the ability to adapt adaptables in EL functions
 - findResources: enable invoking the resourceResolver.findResources 
functionality EL functions
 - getRelativeResource: enables finding resources by a relative path in EL 
functions

I've also included jUnit tests for all of these new methods and have verified 
them in a Sling 6 vanilla instance.

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
Priority: Minor
  Labels: el, function, jsp, scripting, sling, taglib
 Attachments: add-files.zip, SLING-1500.diff, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-25 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Priority: Minor  (was: Major)

Probably not worthy of 'major' priority.

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
Priority: Minor
 Attachments: add-files.zip, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: (was: jsp-taglib-patch.zip)

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: jsp-taglib-patch.zip


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: jsp-taglib-patch.zip

Replaced the zip with one that contains an actual patch file.

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: jsp-taglib-patch.zip


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: (was: jsp-taglib-patch.zip)

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: taglib11.tld.patch

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: sling-new-files.zip

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: sling-new-files.zip, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Comment: was deleted

(was: Zip file containing the following files:

src/main/java/org/apache/sling/scripting/jsp/taglib/Functions.java
src/main/java/org/apache/sling/scripting/jsp/taglib/WrappedResourceIterator.java
src/main/resources/META-INF/taglib11.tld.diff)

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: sling-new-files.zip, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Comment: was deleted

(was: Replaced the zip with one that contains an actual patch file.)

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: (was: sling-new-files.zip)

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: add-files.zip

Two java files to be added under 
bundles/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: add-files.zip, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: taglib11.tld.patch

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: add-files.zip, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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



[jira] Updated: (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2010-04-24 Thread Mark Adamcin (JIRA)

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

Mark Adamcin updated SLING-1500:


Attachment: (was: taglib11.tld.patch)

 Patch Submission: Expression Language (EL) Functions for JSP Taglib
 ---

 Key: SLING-1500
 URL: https://issues.apache.org/jira/browse/SLING-1500
 Project: Sling
  Issue Type: Improvement
  Components: Scripting
Affects Versions: Scripting JSP-Taglib 2.0.6
Reporter: Mark Adamcin
 Attachments: add-files.zip, taglib11.tld.patch


 I've noticed that the Sling Resource API is not very accessible for tag- and 
 EL-focused JSP development. In order to promote readable JSP code, I created 
 a set of static methods to implement commonly-used ResourceResolver methods 
 as well as to expose the rather useful ResourceUtil methods as EL functions. 
 The functions use ResourceWrappers to work around the isse 
 https://issues.apache.org/jira/browse/SLING-1414 where the Resource.getPath() 
 method is inaccessible in EL for JcrNodeResource objects.
 I've found these taglib functions to be very useful for Day CQ5 development, 
 so I thought I'd offer to contribute them to the project.

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