Changes for page Get in Touch About Your XWiki Project
Last modified by Agnease on 2026/05/28 08:23
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{velocity wiki="false"}} 2 2 #if ($xcontext.action == 'get') 3 3 #set ($message = '') 4 - #set ($contactFormEntryDoc = $xwiki.getDocument('ContactFormEntries' + $ services.class.getClass('java.util.UUID').randomUUID().toString()))4 + #set ($contactFormEntryDoc = $xwiki.getDocument('ContactFormEntries' + $java.util.UUID.randomUUID())) 5 5 #set ($statusCode = 200) 6 6 #set ($message = "$contactFormEntryDoc") 7 7