Thanks, that helps. I'm still not getting my data to display properly,
though. Do I need to set something in turbine.properties too?
Mark
PS- I'm not making a syntax error, I think. In doBuildTemplate I have:
context.put("updatetime","today");
That's just a test value, obviously. My Login screen is displaying
"$updatetime" where I expect it to say "today".
Thanks again.
On Mon, 2002-04-15 at 03:46, Fabio Daprile wrote:
> Hello,
>
> i've got the same problem a few weeks ago.
> I needed to execute some code before the Login.vm was displayed.
>
> The code does not execute if your java class extends a secure screen.
> If you extend the class VelocityScreen, then everything works.
>
>
>
> public class Login extends VelocityScreen
> {
> /**
> * Place all the data object in the context
> * for use in the template.
> */
>
> public void doBuildTemplate( RunData data, Context context )
> {
...
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>