Hi,

Is it threadsafe and "wicket safe" to share static Components across multiple 
instances of a Page (as well as across request threads) in wicket?

Say for example I have a BookmarkablePageLink that takes no dynamic 
PageParameter arguments, can I create this as a static class member and share 
it across all instances of the Page on which it is used? (instead if creating a 
new instance for each new page).

Rgs,
Joel

Reply via email to