Hi Jon,

I do not put any data into turbine RunData object. What I do 
is this : 

context.put("key", key);
context.put("value", value);            

I call this in my Screen module (for debugging) as :

context.get("key");

and also in my template as :

$key

I get 'null' in both the places.

Thanks

Venkat

on 10/20/2000 6:59 AM, "[EMAIL PROTECTED]" 
<[EMAIL PROTECTED]>
wrote:

> Hi,
> 
> I have been using developer's daily snapshot of Turbine dated 
20000905 and am
> happy with it so far.
> 
> For the time being, I have the following problem :
> 
> I have observed that the data I stuff in context object in my 
Action module is
> not being passed on to my Screen module.
> 
> I use complete Webmacro site model.
> 
> Has anyone has any idea ?
> 
> Thanks
> 
> Venkat

Nope, no idea. Works fine here. What "data" are you "stuff"ing 
into it? In
most cases, with the WM model, you would put something into the 
context, not
into the RunData object.

-jon

-- 
http://scarab.tigris.org/    | http://noodle.tigris.org/
http://java.apache.org/      | http://java.apache.org/turbine/
http://www.working-dogs.com/ | 
http://jakarta.apache.org/velocity/
http://www.collab.net/       | http://www.sourcexchange.com/




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-
dogs.com/>
Problems?:           [EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to