2013/7/3 john lee <[email protected]>: > 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 > > <s:iterator id="partxref" value="partxrefs"> > <s:property value="xref_type_code"/> > </s:iterator>
The problem can be with the name of property, try to rename it to xrefTypeCode with getter getXrefTypeCode or at least create getter getXrefTypeCode and then use it <s:property value="xrefTypeCode"/> Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

