Peter Kelley wrote:
> I'm starting to get confused about good design patterns using webwork.
> Just say I have an action that gets a list of users called say
> user.list. I define the views for the action to point to my
> userList.jsp. After I do this I suddenly realize that having a list of
> us
I'm starting to get confused about good design patterns using webwork.
Just say I have an action that gets a list of users called say
user.list. I define the views for the action to point to my
userList.jsp. After I do this I suddenly realize that having a list of
users is a really useful thing on