Hi,

I'm looking into using xwork as a standalone framework
and ran into the following questions:

1) How does xwork get configured?  What do I need to
call to load xwork.xml?

2) Is this the correct way to dispatch to an action?

ActionProxy proxy =
ActionProxyFactory.getFactory().createActionFactory(...);
proxy.execute();

3) Is this how I would send values to an action?

ActionContext.getContext.put("aName", "aValue");


Basically I'm looking for a good example that shows
how to load xwork and dispatch messages to actions.  I
need to be able to send parameters and return data.

TIA,
Anthony


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to