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
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258784#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...