2 Replies Latest reply on Aug 14, 2007 2:19 PM by rulinsun

    Query parameters for JSF

      If you view the source of richfaces demo page, you can see some html codes like following example, looking like pass query parameters to JSF:

      <a href="/richfaces-demo/richfaces/dataFilterSlider.jsf?c=dataFilterSlider

      How to handle query parameters in jsps or action classes in JSF?

      Thanks!