Hello,
For some reason, my VelocityScreen classes don't seem to be executed. In
Turbine.properites, I believe my modules path is correct (I haven't changed
it, and my Action classes work). I have the following in
...modules/screens/Index.java:
public class Index extends VelocityScreen
{
public void doBuildTemplate( RunData data, Context context )
{
Log.error("hello");
context.put("test", "hello");
}
}
Unfortunately, the Log entry doesn't show up (however, it will when I put
"Log.error(...)" in an Action class), and $test in
templates/screens/index.vm isn't replaced with "hello"...
There's a good chance I've done something stupid, unknowingly. However, I
need help identifing the next step in trouble-shooting this problem. I don't
see any errors in the logs, it just looks like all my templates don't have
Screen Classes associated with them. Please, let me know of any other
configuration or code needed to help identify the problem. Any help will be
appreciated.
-kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]