<s:div id="test" align="right">
<s:iterator value="categoryList">
<tr>
<td>
<s:url id="category" action="/getProduct.action"></s:url>
<s:a href="%{category}"><s:property value="name"/></s:a>
</td>
</tr>
</s:iterator>
</s:div>
i have list of categories and i make it clickable. I want that when click on any category getProperty will run with selected category.
Example:
Books
Shoes
Furniture
these are the list of categories. when user click on Books getPropertyaction will run and "Books" parameter will go with it
mean get "Books" in getPropertyaction