Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Please help: Struts tags don't evaluate any expressions

irene

2007-03-16

Replies:


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)

©2008 junlu.com - Jax Systems, LLC, U.S.A.