Re: Requests from a Struts Newbie

2007-05-15 Thread Kenton
Wow, thanks! My apologies, I should have figured that out before posting. But it works great! Thanks! Nabble is great as well. I couldn't be happier. Wendy Smoak-3 wrote: > > No, that's XWork 2 code, right where it should be. > Wendy Smoak-3 wrote: > > That's easy... Nabble! Here's the use

Re: Requests from a Struts Newbie

2007-05-14 Thread Wendy Smoak
On 5/14/07, Giesen Giesen <[EMAIL PROTECTED]> wrote: From http://struts.apache.org/2.x/docs/hello-world.html, I see: import com.opensymphony.xwork2.ActionSupport; This doesn't compile and I can't find this package anywhere. I'm guessing that is older WebWork code and hasn't been updated to the

Re: Requests from a Struts Newbie

2007-05-14 Thread Victor Neo
Hi Kenton, import com.opensymphony.xwork2.ActionSupport; is valid. You might want to ensure that you have the correct JAR files. You can always get the http://struts.apache.org/download.cgi#struts206 blank struts 2 project with all the necessary libraries. Kenton wrote: > > From http://str