[jira] Commented: (SLING-567) sling.include inclides fragments in the wrong order

2008-08-19 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12623583#action_12623583 ] Felix Meschberger commented on SLING-567: - actually, what is returned is perfectly

[jira] Created: (SLING-619) Add a java servlet scripting engine

2008-08-19 Thread Carsten Ziegeler (JIRA)
Add a java servlet scripting engine --- Key: SLING-619 URL: https://issues.apache.org/jira/browse/SLING-619 Project: Sling Issue Type: New Feature Reporter: Carsten Ziegeler Assignee:

[jira] Created: (SLING-620) Use value map to render resources

2008-08-19 Thread Carsten Ziegeler (JIRA)
Use value map to render resources - Key: SLING-620 URL: https://issues.apache.org/jira/browse/SLING-620 Project: Sling Issue Type: Improvement Components: Servlets Get Affects Versions: Servlets

[jira] Created: (SLING-621) DefaultSlingScript should not flush the output after the script ends

2008-08-19 Thread Felix Meschberger (JIRA)
DefaultSlingScript should not flush the output after the script ends Key: SLING-621 URL: https://issues.apache.org/jira/browse/SLING-621 Project: Sling Issue Type: Bug

[jira] Resolved: (SLING-621) DefaultSlingScript should not flush the output after the script ends

2008-08-19 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-621. - Resolution: Fixed Committed fix in Rev. 687015 and deployed snapshot build version

Build Failure with Revision 687019

2008-08-19 Thread Maruan Sahyoun
Dear team, I've tried to build sling from scratch following the description Getting and Building Sling. Unfortunately that fails with the following error ... [INFO] [INFO] Building Sling - Scripting - JSP Support

RE: Build Failure with Revision 687019

2008-08-19 Thread Rory Douglas
This occurs when building with JDK 6, because the ScriptException class is slightly different in JDK 6 vs BSF. I edited BetterScriptException to pass the message as the super argument, and initialize the cause exception using initCause. That then works on either JDK. Rory Rory Douglas Senior

Re: Build Failure with Revision 687019

2008-08-19 Thread Carsten Ziegeler
Rory Douglas wrote: This occurs when building with JDK 6, because the ScriptException class is slightly different in JDK 6 vs BSF. I edited BetterScriptException to pass the message as the super argument, and initialize the cause exception using initCause. That then works on either JDK.

Re: Build Failure with Revision 687019

2008-08-19 Thread Rory Douglas
Here it is (should have done this earlier ;-) Regards, Rory Carsten Ziegeler wrote: Rory Douglas wrote: This occurs when building with JDK 6, because the ScriptException class is slightly different in JDK 6 vs BSF. I edited BetterScriptException to pass the message as the super argument,

Re: Build Failure with Revision 687019

2008-08-19 Thread Carsten Ziegeler
Rory Douglas wrote: Here it is (should have done this earlier ;-) :) Don't worry :) Many thanks for the patch, Rory - it should now work as expected. Thanks Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Umlaut problem

2008-08-19 Thread Juerg Meier
Hi all, This problem is driving me nuts... I don't get UTF-8 Umlaute correctly into the JCR. I double-checked everything to ensure the page is *really* UTF-8, and lately I discovered the thing with the hidden FormEncoding parameter. But instead of getting a clean 'ΓΌ', I still get something like

Re: Umlaut problem

2008-08-19 Thread Tobias Bocanegra
hi, the FormEncoding parameter was renamed to _charset_ (see [0]): so: input name=_charset_ type=hidden value=UTF-8/ should do the trick. regards, toby [0] https://issues.apache.org/jira/browse/SLING-298 On 8/19/08, Juerg Meier [EMAIL PROTECTED] wrote: Hi all, This problem is driving me