Hi,

In application I'm developing right now we have following situation.


   1. A repeater consisting of a label with wicket:id "label" + some
   complex panel with wicket:id="value"
   2. I still would like to use wicket:for but panel value structure may
   change a lot depending on "type" of current repeater "row". Thus, I can't
   alway write wicket:for="value/xxx".

Thus, I would like to introduce some interface to be implemented by
"ValuePanel" which returns a reference to that for component to which label
should point, so that I could write wicket:for="value"

WDYT?

-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to