Taavi Tiirik wrote:

> What is the easiest way of defining a view that is available for every
> action.
> In this example I have kind of hard coded 'commonview' into every
> action:
> 
> action1=Action1
> action1.success=action1.jsp
> action1.commonview=commonview.jsp
> 
> action2=Action2
> action2.success=action2.jsp
> action2.commonview=commonview.jsp
> 
> I am sure there is a trivial way of doing it without having to define common
> view for every action.


Add this:
commonview=commonview.jsp

/Rickard



_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to