Re: How to merely retrieve data? -> Newbie looking for best practices

2006-01-07 Thread Eric Rank
Ahhh yes. Actually, I did check out the DTD a couple of days ago. I remember it saying how you can only put in one "forward" "include" or "type". I just didn't connect how I would set a "type" and then specify a forward as the child node. Now it works just fine. I knew it was probably something si

Re: How to merely retrieve data? -> Newbie looking for best practices

2006-01-07 Thread Wendy Smoak
On 1/7/06, Eric Rank <[EMAIL PROTECTED]> wrote: > My goal is to retrieve data, which a jsp will spill out. I'm trying to > do it by writing a simple Action subclass to get the data and send it > along. The way I'm doing it isn't working. > > My action mapping looks like this: > > path="/r

How to merely retrieve data? -> Newbie looking for best practices

2006-01-07 Thread Eric Rank
Greetings! First, I'm new to Struts, and pretty green in my Java skills, but I'm excited about learning both! My goal is to retrieve data, which a jsp will spill out. I'm trying to do it by writing a simple Action subclass to get the data and send it along. The way I'm doing it isn't working. My