wicket will not iterate over '_' delimiters that you supply in the
return value of getVariation().

-igor

On Thu, Sep 10, 2009 at 1:21 AM, Chris Colman
<chr...@stepaheadsoftware.com> wrote:
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to