and that would walk over the hierarchy.. how would that help? also getInputName is a bit smarter. That can stop with the first form it finds. Because an input name only have to be unique for the form.
johan On Mon, May 12, 2008 at 1:02 PM, Jan Kriesten <[EMAIL PROTECTED]> wrote: > > hi johan, > > So how to make those keys unique enough? > > > > getParent().getClass().getName() + getParent().getId() + > > getClass().getName() + getId() + getLocale() + getStyle() ?? > > > > i'd suggest component implementing a lazy componentUID - that could then > also be used by getInputName for identification purpose. > > this way, the whole walk-the-hierachy-to-get-me-a-component-id stuff could > be much more friendly... > > regards, --- jan. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
