1 Reply Latest reply on Oct 6, 2009 11:39 AM by apemberton

    Error in submit portlet page 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

      Thanks,
      Abhijit