Re: [Webwork-user] Adding values to default context

2002-04-03 Thread Bill Burton
Hello Charles, If your application is using the Model-1 approach where the .vm files are specified in the URL's, you have a couple of options. 1. Create a Bean or Action (extending ActionSupport) class. In your templates, use the #bean or #action macro respectively to instantiate the class; se

Re: [Webwork-user] Adding values to default context

2002-04-02 Thread Rickard
Charles N. Harvey III wrote: > The one that is really nagging me is: > Is it possible to add values to the default context? I have been working > with > Velocity for some time and like the features that WebWork provides. *.vm is > mapped to the WebWorkVelocityServlet. And there are objects lik

[Webwork-user] Adding values to default context

2002-03-27 Thread Charles N. Harvey III
Hello. I have just downloaded WebWork 1.0 and am quite impressed. And there are only a few questions that I need answered. But I will do some searching of the archives before I post too many of them. The one that is really nagging me is: Is it possible to add values to the default context? I h