I don't understand what the issue is, if you want the keyset fro example
then...

    Map myMap = (Map)myDynaBean.get("myMapPropertyName");
    Set myKeySet = myMap.keySet()

Niall


----- Original Message ----- 
From: "robert burrell donkin" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Cc: "Jakarta Commons Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 10, 2004 10:26 PM
Subject: Re: [beanutils] Indexed/Mapped DynaProperty


> hmmm....
>
> bit of a tough one this. i think that it'd involve an addition to the
> DynaBean's API. this is question probably belongs on the dev list so
> i'd suggest that we take it there. (if you're unwilling to process - by
> filtering - the torrent of mail that is commons-dev then you might like
> to subscribe through the news bridge at gname, i think.)
>
> - robert
>
> On 6 Feb 2004, at 09:07, [EMAIL PROTECTED] wrote:
>
> >
> >  Hi,
> >
> >   is it possible to have the length/keyset of an indexed/mapped
> > dynaproperty
> > ? My wish is to copy a dynaproperty from a dynabean to another, any
> > other
> > solution will be appreciated...
> >
> > TIA,
> > Guillaume.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to