The layout directory is only for layouts. When you say include, sounds like you are looking for a navigation or a screen. For an introduction to Turbine modules, see:
http://jakarta.apache.org/turbine/turbine-2/fsd.html > -----Original Message----- > From: Mani, Bharanidharan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2002 7:46 AM > To: 'Jetspeed Users List' > Subject: login page customization > > > Hi all, > I have created a new login page and renamed it as > default.vm and copied it under template/layout/default.vm. > This default.vm includes two other vm files( bhar.vm and > xyz.vm) that are kept in the current directory i.e. > template/layout/. But when i launched the home > page(default.vm), it couldnt find bhar.vm and xyz.vm saying > > The requested resource (/bhar.vm) is not available. > The requested resource (/xyz.vm) is not available. > > eventhough both are in the current directory. But when i move > bhar.vm and xyz.vm out of Web-inf directory and give the > appropriate path for bhar.vm and xyz.vm in default.vm it > works fine. is "Web-inf" directory causing the problem?? or > do i miss any setting in properties files?? please let me know... > > thanks > bharani. > > -----Original Message----- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 5:21 PM > To: Jetspeed Users List > Subject: Re: login page customization > > > 1) The "login page" has nothing to do with DB2. See turbine's > discussion around Security services and the TR.p > services.SecurityService.user.manager=org.apache.turbine.servi > ces.security.d > b.DBUserManager > and > services.SecurityService.user.class=org.apache.jetspeed.om.sec > urity.BaseJets > peedUser > > 2) You can edit the default login screen > <jetspeed-home>/WEB-INF/templates/vm/screens/html/Login.vm or use you > own by setting the TR.p template.login= > > Sorry for the short answer, but it is all I have time for. > > Paul Spencer > > Mani, Bharanidharan wrote: > > > can some one let me know how i can resolve $link in my customized > > login > page > > asap??.. > > > > any prompt help will be appreciated. > > > > thanks > > bharani > > > > Hi all, > > I want to customize the login page and want to access my DB2 > database > > for user authentication. So as a first step i created my own login > > page > and > > gave form's action as in top.vm. I saved login.html under > > jetspeed/mydir/login.html. I call this page from > > templates/layouts/html/default.vm. I am able to launch this > page. But > > when > i > > click login button it gives the error for $link. > > > > TR.properties file has the entry for > > tool.request.link=org.apache.turbine.util.template.TemplateLink. > > > > can someone let me know what setting i am missing??.. > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: > <mailto:jetspeed-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:jetspeed-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
