Hi,
I have a problem accessing beans in
struts.
My bean looks something like this.
class Category {
private int catId;
private List products;
..
.
}
The list is used to store Product objects.
How can access the products in a
jsp page by only
using struts tags?
Using iterate and bean:write will not do the trick because I need to access the objects in the list.
Any ideas?
Thanks.
jay
------
SCJP,
SCJD