I just committed the XML action configuration stuff to CVS, as outlined
earlier. I don't have time to explain how it works right now, but look
at these files:
webwork.config.XMLActionConfiguration
/WEB-INF/classes/actions.xml
and try running /webwork/actions.action to get a listing of actions
defined in actions.xml.
have fun,
Rickard
--
Rickard Öberg
From: Mike Cannon-B. <mi...@at...> - 2001-11-21 02:12:25
Idea:
why not have success as the default view? (it may already be so)
<action name=3D"FooBar">
<view>/onlyview.jsp</view>
</action>
?
-mike
On Wed, 2001-11-21 at 04:15, Rickard =D6berg wrote:
> I just committed the XML action configuration stuff to CVS, as outlined=20
> earlier. I don't have time to explain how it works right now, but look=20
> at these files:
> webwork.config.XMLActionConfiguration
> /WEB-INF/classes/actions.xml
>=20
> and try running /webwork/actions.action to get a listing of actions=20
> defined in actions.xml.
>=20
> have fun,
> Rickard
>=20
> --=20
> Rickard =D6berg
>=20
>=20
> _______________________________________________
> Webwork-devel mailing list
> Web...@li...
> https://lists.sourceforge.net/lists/listinfo/webwork-devel
From: Rickard O. <ri...@xp...> - 2001-11-21 06:59:38
Mike Cannon-Brookes wrote:
> Idea:
>
> why not have success as the default view? (it may already be so)
>
> <action name="FooBar">
> <view>/onlyview.jsp</view>
> </action>
I agree with Victor. I would make it less verbose, but also less readable.
Feel free to use XSLT to use whatever format you want though, and then
simply translate it into WebWork style.
/Rickard
--
Rickard Öberg