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 ActionSupport implements ParameterAware {

   ... // all my parameters are collected correctly

public String doExecute() throws Exception {
   ...
   // it reaches this point
   return "product.success";
}

   ...

--- snip (views.properties)

velocity.Scheduler.product.success=adm_scheduler/scheduler.vm

I also have this package configured in webwork.properties.

Any help much appreciated.



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to