>From: "Matthias Wessendorf" <[EMAIL PROTECTED]>
>
> > MyConverter converter = new MyConverter();
> > converter.setCustom((String) idCmp.getAttributes("custom"));
> > idCmp.setConverter(converter);
>
> getAttributes().get("custom");
>
>
> > MyConverter converter = new MyConverter();
> > converter.setCustom((String) idCmp.getAttributes("custom"));
> > idCmp.setConverter(converter);
>
> getAttributes().get("custom");
>
Oh yeah, that's the ticket. Thanks Matthias.
> ;-)
>
> -Matthias

