Hi,

I have two components. Extend and Base.

Markup Base.html:
<wicket:panel>
  [something here]
  <wicket:child></wicket:child>
</wicket:panel>

Markup Base_variation.html:
<wicket:panel>
  <span class="some">[something here]</span>
  <wicket:child></wicket:child>
</wicket:panel>

Markup Extend.html:
<wicket:extend>
  [hulahup]
</wicket:extend>

and the overwrite getVariation following happens:

Wicket searches for Extend_variation.html (does not exist).
Wicket searches for Extend.html (does exist) and stops.

Should Wicket search also for Base_variation.html cause of
wicket:extend?

When i copy Extend.html to Extend_variation.html Wicket will search
Base_variation.html as well. Bug?

We are using Wicket 1.3.3.

Thanks...




Reply via email to