Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1521

JavaScriptSupport.addInitializerCall() should support JSONArray of function parameters, as RenderSupport does

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.3, 5.2.5
    • 5.3
    • tapestry-core
    • None

    Description

      JavaScriptSupport does not support addInitializerCall(String,JSONArray), which is supported by RenderSupport. This was intentional, as using a JSONObject (with named key/values) is less likely to cause problems coordinating server-side Java code with client-side JavaScript code.

      However, it can be unwieldy and verbose as well. Therefore, it should be re-implemented efficiently ... RenderSupport.addInit(String,JSONArray) still works, but is implemented in a very inefficient way. Instead, it should pass through to new method JavaScriptSupport.addInitializerCall(String,JSONArray).

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: