Hi,
i want to call the parametarized method through iterator tag . here i am getting value from in scriptlet and trying to pass that value in iterator with value attribute but it is not working.please note here in scriptlet we are getting value properly but we are unable to pass this value method in iterator tag.please help us how to pass variable in iterator value tag.
this our code:
<% String proj="<script>document.writeln(projectjss)</script>"; %>
<ww:iterator value="./issueTypesForProject(#<%= proj%>)">