1 Reply Latest reply on Jan 7, 2013 8:17 PM by krpot

    how to get request parameter

    krpot

      Hi guys.

       

      I am using eXo platform for my portal service but I have been disappointed it has abstract documentation, not pratical example. Anyway, I am working with template trying to customise. I created my namespace, nodetype and template for it. As you know, it has dialog and view template. I have a table page and an user click detail passing parameters button it will display view template. I want to get the parameters and I tried to do it but I could not. Request.parameter("param_name"), request.params.param_name or params.param_name did not work?

       

      What is the way to extract request parameters in a template?

       

      And where can I refer full API I and example can use in the template?

       

      Thanks in advance.