There is a snippet of Velocity code in the XWiki invitation email template
that looks like this:
*$xwiki.getDocumentAsAuthor($config.get("guestsActionsPage")).getExternalURL())*
Where is the 'config' binding for Velocity documented? If I want to change
the value for "guestsActionPage", where would make this change?
How does the "getExternalURL" method work? Currently, it seems to be using
the short hostname in the URL it returns, which will not work for us since
that particular hostname is not published on our DNS server. So I need to
change the behavior of "getExternalURL" so that it uses an IP address.
Where would I do that?
Thank you in advance for any help you can provide.
-Eric
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Documentation-on-Velocity-binding-for-con…
Sent from the XWiki- Users mailing list archive at
Nabble.com.