You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/03/12 11:19:12 UTC

[jira] [Resolved] (WICKET-5089) Make MultiFileUploadField's ResourceReference JS public to be able to include in Application's getResourceBundles.

     [ https://issues.apache.org/jira/browse/WICKET-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5089.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.7.0
         Assignee: Martin Grigorov

Now it is public.
But you can add it to a bundle even now by using :
#addBundle(My.class, new JavaScriptResourceReference(MultiFileUploadField.class, "MultiFileUploadField.js");)

i.e. the bundling works with ResourceReference#equals(), not with identity equality.
                
> Make MultiFileUploadField's ResourceReference JS public to be able to include in Application's getResourceBundles.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5089
>                 URL: https://issues.apache.org/jira/browse/WICKET-5089
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.6.0
>            Reporter: Sylvain Vieujot
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.7.0
>
>
> The JS variable is declared as private on line 96.
> Make it public or make a public method to retrieve it.

--
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