Re: class has set member, how s:iterator to access it?

2013-07-02 Thread Lukasz Lenart
2013/7/3 john lee : > I use Lucas's suggestion, but still can not get value out > > please advise how to get list member of an class from stack. > > thanks in advance > > john > > > > The problem can be with the name of property, try to rename it to xrefTypeCo

Re: class has set member, how s:iterator to access it?

2013-07-02 Thread CRANFORD, CHRIS
Subject: Re: class has set member, how s:iterator to access it? I use Lucas's suggestion, but still can not get value out please advise how to get list member of an class from stack. thanks in advance john                                     From:

Re: class has set member, how s:iterator to access it?

2013-07-02 Thread john lee
15 PM Subject: class has set member, how s:iterator to access it? i have an the following 2 class Part is just parts itself Partxref is the accesary(component) of part.     class Part {                     String  manufacture;                     String  pid;                     private Set part

Re: class has set member, how s:iterator to access it?

2013-06-30 Thread Lukasz Lenart
2013/6/29 john lee : > but, i try to access partxref {component(subset) } of parts, failed. > > > > > > >value="#partxref.xref_type_code"/> > > >

class has set member, how s:iterator to access it?

2013-06-28 Thread john lee
i have an the following 2 class Part is just parts itself Partxref is the accesary(component) of part.     class Part {                     String  manufacture;                     String  pid;                     private Set partxrefs=new HashSet();                     /* set, get .here */