Re: [Webwork-user] actions not returning view correctly
Brought to you by:
baldree,
rickardoberg
|
From: matt b. <ma...@sm...> - 2002-08-17 23:35:22
|
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" <ga...@gr...>
To: <web...@li...>
Sent: Saturday, August 17, 2002 6:19 PM
Subject: [Webwork-user] actions not returning view correctly
> 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
> Web...@li...
> https://lists.sourceforge.net/lists/listinfo/webwork-user
>
|