struts collection - layout with ArrayList returning from an bean

2002-10-16 Thread Heiko . Mesech . extern
hi, in my struts-webapplication i'm using an data-bean, which returns an ArrayList for every columns of an sql statement: public List getColumn1( ) returns an List of String objects i'm trying to use the collection-tag to display the different columns of the sql statement: jsp:useBean

bean property parameter problem

2002-10-16 Thread Heiko . Mesech . extern
hi, my databean contains an property which uses an parameter like this getColumnValue( int column_key ) when i try to get this property in struts collection tag like layout:collectionItem title=TS Typ name=bla property=columnValue(0) / it will not work ;-) thanks for help heiko mesech --

sortPictogram not found

2002-10-16 Thread Heiko . Mesech . extern
hi, many thank's for incomming help ;-) (especialy an Jean-Noel Ribette...) i'm trying to use my own sort.gif like layout:collection name=tableBean styleClass=FORM width=600 sortAction=client sortPictogram=jsp/struts_layout/sort.gif but i'm getting an error: