在另一个struts标签中使用struts属性

时间:2015-03-02 11:39:52

标签: java struts common-controls

我正在使用Struts1; 我正在使用逻辑迭代一个列表:iterate

<logic:iterate .... indexId="index">

我想使用&#34;索引&#34;属性作为在按下按钮时传递给javascript函数的参数

<ctrl:button ... onclick="return functioncall (index)"/>    

sitax如何访问正确的&#34;索引&#34; ctrl:button标签内的属性?

谢谢

1 个答案:

答案 0 :(得分:0)

我回答自己:

我可以使用jsp-expression语言访问“index”struts变量。语法是
      

为了使它工作,我必须设置     &lt;%@ page isELIgnored =“false”%&gt;