Hello Ted,

 I try to use your RowSet wrapper as iterator for logic:iterate and
 all is ok (I use CachedRowSet though for disconnected RowSet
 implementation). To show values from RowSet I use bean:write tags -

 <bean:write name="rows" property="object[2]"/>

 Of course it is not so usable to place column indexes to the
 attribute value, but 'named' property support can be great
 enhancement to PropertyUtils and so -

 <bean:write name="rows" property="object[category]"/>

 I think its enough to give page developer ability to read values from
 rowset. And more - 'named' properties support is really forthcoming
 feature in struts.

-- 
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]


Reply via email to