RE: Struts 2 tutorial

2007-09-18 Thread Wesley Wannemacher
It is in the xwork jar file. It comes with any of the struts apps
(struts2-blank, struts2-showcase). Struts2 is heavily based on WebWork,
which uses xwork. I am not sure if this will be re-factored out. 

-Wes 

-Original Message-
From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 18, 2007 2:22 PM
To: Struts Users Mailing List
Subject: Struts 2 tutorial

I'm trying to follow along the Struts 2 tutorial. The HelloWorld.java
file starts this way:

   package tutorial; 
   import com.opensymphony.xwork2.ActionSupport; 
   public class HelloWorld extends ActionSupport { 

What's with com.opensymphony.xwork2.ActionSupport? I don't see anything
like that in the Struts 2.0.9 package I downloaded. Did I miss
something?

--
Tim Slattery
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Struts 2 tutorial

2007-09-18 Thread Dave Newton
--- Wesley Wannemacher [EMAIL PROTECTED]
wrote:
 Struts2 is heavily based on WebWork,
 which uses xwork. I am not sure if this will be
 re-factored out. 

Almost everything in S2 *is* XWork; I don't see how
(or why) it would or could be refactored out.

d.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]