Hi Darrell, On Wed, Dec 3, 2008 at 7:24 PM, Darrell Pittman <[email protected]> wrote: >... Is there a way to post an html form in sling and have it automatically > create a REFERENCE property or do I have to handle to post in code and > create the REFERENCE property manually....
The SlingPostServlet doesn't support reference properties currently, the SlingPropertyValueHandler [1] is where that would happen, with a new type hint and using the value of the request parameter as the path of the referenced node, I assume. -Bertrand [1] https://svn.eu.apache.org/repos/asf/incubator/sling/trunk/servlets/post/src/main/java/org/apache/sling/servlets/post/impl/helper/SlingPropertyValueHandler.java
