Hi,
I have a problem with Struts tags.
I can't use any expression (EL, runtime) in the tag attributes :
<html:text property="num_linea[${i}]" />
<html:text property="num_linea[<%=i%>]" />
The result is an error: Invalid argument looking up property:
"num_linea[<%=i%>]"
I suppose i have something wrong in my webapp configuration...
I use tomcat 5, struts 1.2.9
Please help!!!
--
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)