[richfaces-issues] [JBoss JIRA] (RF-12593) RenderKitUtils.toScriptArgs() returns empty string when no not-null parameter provided

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Nov 6 05:18:18 EST 2012


Lukáš Fryč created RF-12593:
-------------------------------

             Summary: RenderKitUtils.toScriptArgs() returns empty string when no not-null parameter provided
                 Key: RF-12593
                 URL: https://issues.jboss.org/browse/RF-12593
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Lukáš Fryč


The {{toScriptArgs(Object object)}} should always return JavaScript object:

{code:javascript}
{ ... }
{code}

In case null object or no not-null parameter provided, empty object should be returned:

{code:javascript}
{}
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list