Re: [Webwork-user] global views in views.properties

2002-03-15 Thread Taavi Tiirik
Thanks, I was hoping to find out something obvious but not that obvious :-) with best wishes, Taavi > Add this: > commonview=commonview.jsp ___ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user

Re: [Webwork-user] global views in views.properties

2002-03-15 Thread Victor Salaman
> >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 >actio

Re: [Webwork-user] global views in views.properties

2002-03-15 Thread Rickard
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 > action

[Webwork-user] global views in views.properties

2002-03-15 Thread Taavi Tiirik
Hello, 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.commo