0 Replies Latest reply on Oct 6, 2009 1:22 AM by abhijitdas.cs

    Submit portlet form using JavaScript

    abhijitdas.cs

      Hi,
      I am using javascript function to submit a button in portlet. The URL is given by the createActionURL() in my Portlet class. Once it is submitted, processAction() is called but the input values are not passed in the ActionRequest object. So, I cannot get the inserted values in the processAction().
      If the same URL is assigned to the action attribute of tag , It is working fine using submit form.

      But, my page consists of more than one submit , so I have to use buttons and javascript function to submit .

      NOTE :I am dynmically assigning the URL value in the my XHTML page.