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 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?

Kind regards,

Rob.

# Webshop (I18N example adaptation)
Shop.success=shop.jsp
AddItem.success=shop.jsp
Delete.success=shop.jsp
Checkout.success=checkout.jsp
SetLanguage.success=Shop.action
SetLanguage.error=setLanguage.jsp
Restart.success=shop.jsp
Cart.success=cart.jsp
CDList.success=cdlist.jsp
Shop.success=shop.jsp


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to