Re: (newbie asking advice) in which order do I call my .do and .jsp?

2003-11-21 Thread Janice
Thanks Rick, While that wasn't exactly what I was asking, I think you gave me a better answer than what I was looking for :) That makes so much more sense than what I was doing!! Janice

Re: (newbie asking advice) in which order do I call my .do and .jsp?

2003-11-21 Thread Rick Reumann
Janice wrote: (1) When I want to display a list of widgets, my link is to: /projectTypes.do?action=showList (2) My mapping looks like this (ProjectTypeCodeActions extends DispatchAction): (3) So it goes off to the DB to get my list, and then forwards off to project