Dear all, If I declare a Java event to invoke a method in the controller.xml file, the method must have a signature:
public static String <method-name>(HttpServletRequest request,
HttpServletResponse response) { }
What is the returned string for? and how can I access it in an FTL file or a
script?
Thanks,
Anshu
