[richfaces-issues] [JBoss JIRA] Created: (RF-6804) menu: menuItems with params not submits form. JS eror occurs.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Apr 15 09:44:18 EDT 2009


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

        



More information about the richfaces-issues mailing list