It's already inside the Scheduler servlet and I'm returning
"product.success" which maps to 'adm_scheduler/scheduler.vm'. So maybe I
didn't understand you correctly.
As far as debugging the servlet goes ... I've got print statements just
before the return, so I know it's getting there. Is there s
Why aren't you returning 'velocity.Scheduler.product.success'? Did you debug
the ServletDispatcher to see what the result and the view output is?
- Original Message -
From: "G.L. Grobe" <[EMAIL PROTECTED]>
To: "matt baldree" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Se
Because the view page in the mapping isn't showing up. No 404. If I source
the page, it's as follows.
So in the following mapping, my scheduler.vm isn't showing up. That's why I
say it's not reaching the view.
velocity.Scheduler.product.success=adm_scheduler/scheduler.vm
- Original Me
Forwarding to new site.
How do you know it is not reaching the view? Is it returning 404 or some
other error?
- Original Message -
From: "G.L. Grobe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 6:19 PM
Subject: [Webwork-user] actions not returning view cor
I've got a problem where an action is not returning the view in my
views.properties file. When I browse my pages, all I'm getting back is a
completely blank page (no errors whatsoever, just blank white). I'm using
JBoss 3.0.1 w/ Jetty.
--- snip (my Action)
public class Scheduler extends ActionSup