From: "Dort, Rob van" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 16, 2002 6:05 AM
Subject: [OS-webwork] Reusing actions
> Hi,
>
> I am currently studying WebWork.
> Looks promising but there's some magic under the hood...
>
> I can imaging that I would want to use one and the same action in multiple
> contexts, thus needing to point to another destination.
> I would have expected something like Context1.CDList.success=cdlist1.jsp
and
> Context2.CDList.success=cdlist2.jsp.
> Is this possible in current WebWork?
Yes, t
Hi,
I am currently studying WebWork.
Looks promising but there's some magic under the hood...
One (important) question that comes up:
in views.properties (see sample below) every action/condition (e.g.
CDList.success) has only one destination (cdlist.jsp).
I can imaging that I would want to use