You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Ender KILICOGLU <en...@kilicoglu.nom.tr> on 2002/11/20 19:45:22 UTC

where to put screen class

Hi
I have a template called with
 
template/openisp,test
 
before looding I want to put something in context. Ill be happy if some
body can say where to put my Test class.
 
I just tried
 
openisp.Test (I cant try Openisp.Test)
 
modules.screen
 
Ender
 

RE: where to put screen class

Posted by Ender KILICOGLU <en...@kilicoglu.nom.tr>.
Thanks but I need feed every template separetly. All off data will take
all my db source.

Ender

-----Original Message-----
From: Edwin Gustafson [mailto:edwin@caymanchem.com] 
Sent: Wednesday, November 20, 2002 8:51 PM
To: Turbine Users List
Subject: Re: where to put screen class


Greetings,

I usually find that writing a pull tool is the way to go.  Once you 
write a pull tool and configure Turbine to use it, your data is 
available in /all/ your templates.  See

http://jakarta.apache.org/turbine/turbine-2/services/services/pull-servi
ce.html
http://jakarta.apache.org/turbine/turbine-2/howto/pullmodel-howto.html

Ender KILICOGLU wrote:

>Hi
>I have a template called with
> 
>template/openisp,test
> 
>before looding I want to put something in context. Ill be happy if some

>body can say where to put my Test class.
> 
>I just tried
> 
>openisp.Test (I cant try Openisp.Test)
> 
>modules.screen
> 
>Ender
> 
>
>  
>


-- 
Edwin Gustafson
Cayman Chemical Company
--
734 971 3586 x 221
http://www.caymanchem.com/promo/ewg
42*13'44" N 83*43'25" W




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: where to put screen class

Posted by Edwin Gustafson <ed...@caymanchem.com>.
Greetings,

I usually find that writing a pull tool is the way to go.  Once you 
write a pull tool and configure Turbine to use it, your data is 
available in /all/ your templates.  See

http://jakarta.apache.org/turbine/turbine-2/services/services/pull-service.html
http://jakarta.apache.org/turbine/turbine-2/howto/pullmodel-howto.html

Ender KILICOGLU wrote:

>Hi
>I have a template called with
> 
>template/openisp,test
> 
>before looding I want to put something in context. Ill be happy if some
>body can say where to put my Test class.
> 
>I just tried
> 
>openisp.Test (I cant try Openisp.Test)
> 
>modules.screen
> 
>Ender
> 
>
>  
>


-- 
Edwin Gustafson
Cayman Chemical Company
--
734 971 3586 x 221
http://www.caymanchem.com/promo/ewg
42*13'44" N 83*43'25" W



RE: where to put screen class

Posted by Chris K Chew <ch...@fenetics.com>.
Test.java should be in the package
"<com.mycompany>.modules.screens.openisp".  Make sure you have your TR.props
module.packages=<com.mycompany>.modules.  Also search the archives for
"Screen Classpath" and "module.packages" for numerous messages dealing with
Screen class placement issues and tips.

Good luck,

Chris

> -----Original Message-----
> From: Ender KILICOGLU [mailto:ender@kilicoglu.nom.tr]
> Sent: Wednesday, November 20, 2002 11:45 AM
> To: turbine-user@jakarta.apache.org
> Subject: where to put screen class
>
>
> Hi
> I have a template called with
>
> template/openisp,test
>
> before looding I want to put something in context. Ill be happy if some
> body can say where to put my Test class.
>
> I just tried
>
> openisp.Test (I cant try Openisp.Test)
>
> modules.screen
>
> Ender
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>