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

2003-11-21 Thread Janice
Sorry if this is too basic, I'm really green, but trying to learn the right way to do things. First off, I'm using tiles, and I think I was doing things backwards, and I'd like to confirm that I've got things going the right way now. So this is what I have: (1) When I want to display a list of

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): actionpath=/projectTypes input=/projectTypeCode/project_type_code_form.jsp

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