2 Replies Latest reply on Jun 30, 2008 8:49 AM by avaldez314

    Doing a post to a jsf page from javascript

      Hi there, I'm using a Flash chart utility (Fusion Charts) to embed bar charts in a JSF page, inside a chart I can associate each bar to a different <a href> link or javascript function.

      I would like to allow the user to select one bar and display details about the selection making a reload of the page (or navigating to another page).

      To do that I think I should post to the server the id of the selected bar.

      Please can anyone give me a few clues about how to do such a post from javascript?


      Thanks in advance!