menu: menuItems with params not submits form. JS eror occurs.
-------------------------------------------------------------

                 Key: RF-6804
                 URL: https://jira.jboss.org/jira/browse/RF-6804
             Project: RichFaces
          Issue Type: Bug
            Reporter: Ilya Shaikovsky


menuItem renderer starting line 262

                scriptValue.append("RichFaces.Menu.submitForm(event,this");
                String params = encodeParamsAsObject(context, menuItem);
                if (null!=params) {
                        scriptValue.append(params);
                }

So the comma sign not appended before the params and JS error occurs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to