Hi, I want to call s:iterator and fetch a list by passing it an index. This list will be dynamically generated.
<s:iterator value="products[#index]" var="product" status="stat"> where I want getProducts(Integer index) to be called. Is this possible? Thanks Chris