Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 13.153
edited by Alex Cotiugă
on 2026/05/02 08:58
on 2026/05/02 08:58
Change comment:
There is no comment for this version
To version 13.155
edited by Alex Cotiugă
on 2026/05/02 08:59
on 2026/05/02 08:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,9 @@ 1 1 {{velocity wiki="false"}} 2 2 #if ($xcontext.action == 'get') 3 3 #set ($message = '') 4 - #set ($contactFormEntryDoc = $xwiki.getDocument('ContactFormEntries' + $java.util.UUID.randomUUID())) 4 + #set ($contactFormEntryDoc = $xwiki.getDocument('ContactFormEntries' + $services.class.getClass('java.util.UUID').randomUUID().toString())) 5 5 #set ($statusCode = 200) 6 + #set ($message = "$contactFormEntryDoc") 6 6 7 7 #foreach ($parameterName in $request.parameterNames) 8 8 #set ($message = "$message $parameterName")