Hi,
I've a problem with struts and bean:write.
I've to write some field from a list of a bean (array list) so, i've found this method:
<bean:write name="bean_name" property="bean_arrayList[1].field"/>
but i don't want to put a number but a variable like this
<bean:write name="bean_name" property="bean_arrayList[my_var].field"/>
where my_var is store into bean or in session,
someone can help me?