You do not have to use ECS at all with Turbine.  Turbine makes use of the
Document ECS object to assemble a page using layouts, navigations and
screens, but this is completely internal and you do not have to use this
methodology if it is not favorable for some reason.  You can write directly
to the response stream.

You need to give the base package for your modules in the
TurbineResources.properties file.

----- Original Message -----
From: Sasan, Hement <[EMAIL PROTECTED]>
To: 'Turbine' <[EMAIL PROTECTED]>
Sent: Tuesday, June 06, 2000 2:32 PM
Subject: problem with layouts, navigations, etc.


> Hi,
>
> When we put our own pages, screens, layouts, navigations, etc., where all
do
> we need to make changes.
>
> When I change only initial screen, and make the change in the
> TurbineResources.properties to reflect the same, I get my Login screen
with
> the Turbine's default page, navigations, etc. But, when I put my own
> navigations, default layout, I get the following error:
>
> ---------------------------------------------
> JRun Servlet Error
> ---------------------------------------------
>
> Turbine:
>
> java.lang.NoClassDefFoundError: com/time0/modules/layouts/DefaultLayout
> (wrong name: org/apache/turbine/modules/layouts/DefaultLayout)
>
> ---------------------------------------------
>
> What may be the possible reasons for this?
>
> Is there any one, who has developed any application using Turbine, and
> haven't used ECS? I want to develop an application with out using ECS
model.
> How tightly coupled are Turbine and ECS, when it comes to developing an
> application using Turbine?
>
> Your help is appreciated,
>
> Thanks,
> Hement
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to