1 Reply Latest reply on Nov 16, 2011 2:40 PM by mp911de

    force rich:datascroller to display urls instead of javascript:void(0)

    vachoh

      is there a possibility to force <rich:datascroller> - to display urls instead of javascript:void(0)?

        • 1. Re: force rich:datascroller to display urls instead of javascript:void(0)
          mp911de

          Hi Vacho,

          as JSF works mostly with POST requests to the own page, it would only display you the page which is mentioned within the URL line. I suppose, that there is no real possibility, unless you change your status line by yourself. In your case, the rich:datascroller is an AJAX component which does not perform any page submit.

          Best regards,

          Mark