With using the getVariation() method is the 'fallback' process for when a particular variant isn't found like this:
(a) Incremental removal of variant suffixes using '_' as the delimeter: i.e. Wicket looks for files in the following order until one is found: HeaderPanel_Var1_Var2_Var3.html HeaderPanel_Var1_Var2.html HeaderPanel_Var1.html HeaderPanel.html OR this: (b) Total removal of entire variant suffix if no variant markup file is found: i.e. Wicket looks for files in the following order until one is found: HeaderPanel_Var1_Var2_Var3.html HeaderPanel.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
