页面遍历集合  通过请求Action读取图片  为什么接收的ID会乱会重复public String getToId(){
FacelookPhoto newPhoto=photoBiz.getPhoto(photo);
byte[] b=newPhoto.getFpThumbanil();
is=new ByteArrayInputStream(b);
return "photo";
} <action name="*Photo" class="photoAction" method="{1}">
<result name="photo" type="stream">
<param name="contentType">
image/jpeg
</param>
<param name="inputName">
is
</param>
<param name="bufferSize">
1024
</param>
</result>
</action>