You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Filippos Slavik <fs...@forthnet.gr> on 2001/08/05 20:26:40 UTC

Multiple Screens within a Layout question

Hello there,

I'v started evaluating turbine for the purposes of creating a rather
complicated web application. I'v searched the archives and the
documentation but I have still a question unanswered:

Is it possible to have several VelocityScreens get rendered within a single
Layout ?

Best Regards
Filippos Slavik


################################################################
Filippos Slavik
FORTHnet R&D, Hrakleio, Greece
e-mail : fsla@forthnet.gr
phone : (+3) 081 391230
################################################################

"The software said 'runs on Win95 or better,' so I installed it
on Linux..."



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Multiple Screens within a Layout question

Posted by Philip Posgate <pp...@home.com>.
Couldn't you also use Jetspeed as a framework for doing this?

-----Original Message-----
From: jmcnally@earthlink.net [mailto:jmcnally@earthlink.net]On Behalf Of
John McNally
Sent: Sunday, August 05, 2001 1:37 PM
To: turbine-user@jakarta.apache.org
Subject: Re: Multiple Screens within a Layout question


The java classes VelocityOnlyLayout and VelocityECSLayout only support
one screen per layout as this is the recommended layout style.  But you
can substitute a custom Layout class that allows you to specify multiple
screen templates.

john mcnally

Filippos Slavik wrote:
>
> Hello there,
>
> I'v started evaluating turbine for the purposes of creating a rather
> complicated web application. I'v searched the archives and the
> documentation but I have still a question unanswered:
>
> Is it possible to have several VelocityScreens get rendered within a
single
> Layout ?
>
> Best Regards
> Filippos Slavik
>
> ################################################################
> Filippos Slavik
> FORTHnet R&D, Hrakleio, Greece
> e-mail : fsla@forthnet.gr
> phone : (+3) 081 391230
> ################################################################
>
> "The software said 'runs on Win95 or better,' so I installed it
> on Linux..."
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Multiple Screens within a Layout question

Posted by John McNally <jm...@collab.net>.
The java classes VelocityOnlyLayout and VelocityECSLayout only support
one screen per layout as this is the recommended layout style.  But you
can substitute a custom Layout class that allows you to specify multiple
screen templates.

john mcnally

Filippos Slavik wrote:
> 
> Hello there,
> 
> I'v started evaluating turbine for the purposes of creating a rather
> complicated web application. I'v searched the archives and the
> documentation but I have still a question unanswered:
> 
> Is it possible to have several VelocityScreens get rendered within a single
> Layout ?
> 
> Best Regards
> Filippos Slavik
> 
> ################################################################
> Filippos Slavik
> FORTHnet R&D, Hrakleio, Greece
> e-mail : fsla@forthnet.gr
> phone : (+3) 081 391230
> ################################################################
> 
> "The software said 'runs on Win95 or better,' so I installed it
> on Linux..."
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Multiple Screens within a Layout question

Posted by Brent Paschall <br...@brentnrachel.com>.
Layout allows you specify multiple navigations, so that's what I'm using to
render multiple "screens".  The API for Velocity Navigation looks the same
as VelocityScreen, so unless I'm missing some pitfall, it's working real
well for me.

-Brent
----- Original Message -----
From: "Filippos Slavik" <fs...@forthnet.gr>
To: <tu...@jakarta.apache.org>
Sent: Sunday, August 05, 2001 11:26 AM
Subject: Multiple Screens within a Layout question


> Hello there,
>
> I've started evaluating turbine for the purposes of creating a rather
> complicated web application. I'v searched the archives and the
> documentation but I have still a question unanswered:
>
> Is it possible to have several VelocityScreens get rendered within a
single
> Layout ?
>
> Best Regards
> Filippos Slavik
>
>
> ################################################################
> Filippos Slavik
> FORTHnet R&D, Hrakleio, Greece
> e-mail : fsla@forthnet.gr
> phone : (+3) 081 391230
> ################################################################
>
> "The software said 'runs on Win95 or better,' so I installed it
> on Linux..."
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org