You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Chris Colman (JIRA)" <ji...@apache.org> on 2007/05/15 11:47:16 UTC

[jira] Created: (WICKET-570) MarkupCache does not load markup if it did not exist before

MarkupCache does not load markup if it did not exist before
-----------------------------------------------------------

                 Key: WICKET-570
                 URL: https://issues.apache.org/jira/browse/WICKET-570
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.2.6
         Environment: Windows XP, Tomcat
            Reporter: Chris Colman


I've got lots of different variant markups and I wish to create new ones at various times. Wicket determines which one to use via the overridden getVariation() method that I provide in my page class.

I'd like to be able to add new variant markups on the fly at run time but I currently have a problem: any new markups that I add are ignored until I reload/restart the web application. Is there anyway to get wicket to pick up new markup variants without restarting the web application?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-570) MarkupCache does not load markup if it did not exist before

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

Igor Vaynberg reassigned WICKET-570:
------------------------------------

    Assignee: Juergen Donnerstag

> MarkupCache does not load markup if it did not exist before
> -----------------------------------------------------------
>
>                 Key: WICKET-570
>                 URL: https://issues.apache.org/jira/browse/WICKET-570
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.6
>         Environment: Windows XP, Tomcat
>            Reporter: Chris Colman
>         Assigned To: Juergen Donnerstag
>
> I've got lots of different variant markups and I wish to create new ones at various times. Wicket determines which one to use via the overridden getVariation() method that I provide in my page class.
> I'd like to be able to add new variant markups on the fly at run time but I currently have a problem: any new markups that I add are ignored until I reload/restart the web application. Is there anyway to get wicket to pick up new markup variants without restarting the web application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-570) MarkupCache does not load markup if it did not exist before

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

Juergen Donnerstag resolved WICKET-570.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc1
         Assignee: Juergen Donnerstag  (was: Juergen Donnerstag)

MarkupCache is much more flexible now. Besides that you may now implement your own based on IMarkupCache, the default implementation provides much better means to extend/modify it behavir via subclassing. 


> MarkupCache does not load markup if it did not exist before
> -----------------------------------------------------------
>
>                 Key: WICKET-570
>                 URL: https://issues.apache.org/jira/browse/WICKET-570
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.6
>         Environment: Windows XP, Tomcat
>            Reporter: Chris Colman
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-rc1
>
>
> I've got lots of different variant markups and I wish to create new ones at various times. Wicket determines which one to use via the overridden getVariation() method that I provide in my page class.
> I'd like to be able to add new variant markups on the fly at run time but I currently have a problem: any new markups that I add are ignored until I reload/restart the web application. Is there anyway to get wicket to pick up new markup variants without restarting the web application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-570) MarkupCache does not load markup if it did not exist before

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

Alastair Maw updated WICKET-570:
--------------------------------

        Fix Version/s:     (was: 1.3.0-rc1)
                       1.3.0-beta3
    Affects Version/s:     (was: 1.2.6)
                       1.3.0-beta1

> MarkupCache does not load markup if it did not exist before
> -----------------------------------------------------------
>
>                 Key: WICKET-570
>                 URL: https://issues.apache.org/jira/browse/WICKET-570
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>         Environment: Windows XP, Tomcat
>            Reporter: Chris Colman
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-beta3
>
>
> I've got lots of different variant markups and I wish to create new ones at various times. Wicket determines which one to use via the overridden getVariation() method that I provide in my page class.
> I'd like to be able to add new variant markups on the fly at run time but I currently have a problem: any new markups that I add are ignored until I reload/restart the web application. Is there anyway to get wicket to pick up new markup variants without restarting the web application?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.