>Is it possible to put arbitary contents into the VelocityContext from
>within my action or can only Action attributes be accessed from within
>the Velocity template?
If you're using the default WebWorkVelocityServlet, you're not going to
be able to directly manipulate the context. WebWork crea
Is it possible to put arbitary contents into the VelocityContext from
within my action or can only Action attributes be accessed from within
the Velocity template?
What ways from the action class can you make available data to be
accessed by Velocity from it's template.
I currently have some d
I created a new Repository location in the CVS Repository View, pointing
to the WebWork CVS ROOT, using PSERVER.
Then I right clicked on the WebWork folder, selected Check-Out-As, then
used defaults, providing a project name 'webwork' and location
'c:\workspaces\eclipse-sandbox\webwork'. Then you
Funny you should mention this.
There was change in the location of where you put those files.
We use JB6 and they had to go in the classes directory for correct
deployment, but when JB7 came out it blew them away. You had to move
them to the src directory.
I have been looking at free IDE's and
> > Well my worst fears have been confirmed. After importing my project
> > into Eclipse I notice that this stupid IDE decided to "clean" my output
> > compile path which was WEB-INF/classes for my web app an in doing so
> > this stupid program decided to get rid of everything in that directory
> >