I don't think you can sort directly with the tag iterate (maybe I'm wrong ?). But, you could use a TreeMap collection. (records in the TreeMap are sorted by the key, ie the specific sorted column would be the key).
-- C. Bouessay Sachin wrote: >Could anyone explain about the sorting of multiple records using an iterate >tag >logic:itearte & bean:write tags display multiple records in the page. >Is it possible in struts so that sorting of the records can be shown on a >specific property(column). >Sachin > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

