RE: [OS-webwork] Actions and Velocity?

2003-01-06 Thread Brockman Bulger
>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

[OS-webwork] Actions and Velocity?

2003-01-06 Thread Robert Nicholson
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

RE: [OS-webwork] Building with Eclipse M4?

2003-01-06 Thread Cameron Braid
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

RE: [OS-webwork] Way to go Eclipse yeah ....

2003-01-06 Thread Al Butler
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

Re: [OS-webwork] Way to go Eclipse yeah ....

2003-01-06 Thread Joseph Fifield
> > 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 > >