2013/7/3 john lee <sh_thorn_b...@yahoo.com>:
> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to