2 Replies Latest reply on Aug 20, 2008 1:41 PM by christian.bauer

    How to get a value from request param and show it on the xhtml page, without a backing component?

    cash1981

      Is this possible? I have a param with a default value set on page.xml


      I have a s:link with a param name something. How can I in a outputText on the same view write the value from the s:link withouth a backing component?


      Is there an EL equivalent to request.getParameter(something); ?