Dear All, I've looking for solution how to create struts2 tag could generate dynamically. This is my code:
<c:forEach items=${columnList} var="column">
<s:textfield name:${column.columnName}/>
</:c>
There is a way we can use ${} ini struts tag?. I found security issue about
this evaluation sintaks in here :
https://securitylab.github.com/research/apache-struts-double-evaluation
Anyone has done with this?
Regards

