You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Emond Papegaaij (JIRA)" <ji...@apache.org> on 2012/05/04 18:20:48 UTC

[jira] [Created] (WICKET-4533) Resource bundle api should have convenience methods for resource replacements

Emond Papegaaij created WICKET-4533:
---------------------------------------

             Summary: Resource bundle api should have convenience methods for resource replacements
                 Key: WICKET-4533
                 URL: https://issues.apache.org/jira/browse/WICKET-4533
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.0.0-beta1
            Reporter: Emond Papegaaij
            Assignee: Emond Papegaaij
            Priority: Minor


The new API to bundle resources also allows replacement of resources. However, with the current methods, this is cumbersome to setup and not very clear. You have to create a bundle providing 1 resource. A method on the application, setResourceReplacement(base, replacement) should make this more transparent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4533) Resource bundle api should have convenience methods for resource replacements

Posted by "Emond Papegaaij (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emond Papegaaij resolved WICKET-4533.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1

Two methods are added to WebApplication to add resource replacements for javascript and css resources.
                
> Resource bundle api should have convenience methods for resource replacements
> -----------------------------------------------------------------------------
>
>                 Key: WICKET-4533
>                 URL: https://issues.apache.org/jira/browse/WICKET-4533
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta1
>            Reporter: Emond Papegaaij
>            Assignee: Emond Papegaaij
>            Priority: Minor
>             Fix For: 6.0.0-RC1
>
>
> The new API to bundle resources also allows replacement of resources. However, with the current methods, this is cumbersome to setup and not very clear. You have to create a bundle providing 1 resource. A method on the application, setResourceReplacement(base, replacement) should make this more transparent.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira