Re: organizing HTML templates into subdirectories

2007-08-23 Thread Ovidiu Hurducas
Hi!
I got this problem too.
Until now I had the application packed as a war file and I had some pages in
a subdirectory (something like profile/AuthPage.html) and the layout
template in WEB-INF/layout/Border.html. It worked fine, but for some reason
I had to change the deployment type, I cannot use war file, It will be
deployed as expanded file structure.

Now all the pages that are in a subdirectory are served as static html. The
jwcid attributes are ignored. The @layout mark is ignored and no Border is
applied.

I'm using Tap 4.1.3-SNAPSHOT with Tomcat 6.

Any ideas?

Thanks,

-- Ovidiu


On 8/23/07, abhilash <[EMAIL PROTECTED]> wrote:
>
>
> Thanks for your reply .
> Now i am able to get the page but it loks like static html different from
> all my other pages.
> please help me out.
>
> Kolesnikov, Alexander  GNI wrote:
> >
> > The page name should be used as "admin/ListClient" and its class should
> > be in whatever.admin subpackage.
> >
> > -Original Message-
> > From: abhilash [mailto:[EMAIL PROTECTED]
> > Sent: 22 August 2007 14:15
> > To: users@tapestry.apache.org
> > Subject: organizing HTML templates into subdirectories
> >
> >
> >
> > I have a sub directory called admin under WEB-INF .My servlet mapping is
> >
> >  
> >   dentaprise
> >   /app
> >
> >
> > i have ListClient.html in admin directory.I am unable to get the page
> > ListClient.where i have to specify my sub directory? any ideas?
> >
> >
> > --
> > View this message in context:
> > http://www.nabble.com/organizing-HTML-templates-into-subdirectories-tf43
> > 11520.html#a12274323
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> --
> > CONFIDENTIALITY NOTICE: If you have received this email in error, please
> > immediately notify the sender by e-mail at the address shown.  This
> email
> > transmission may contain confidential information.  This information is
> > intended only for the use of the individual(s) or entity to whom it is
> > intended even if addressed incorrectly.  Please delete it from your
> files
> > if you are not the intended recipient.  Thank you for your compliance.
> > Copyright 2007 CIGNA
> >
> ==========
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/RE%3A-organizing-HTML-templates-into-subdirectories-tf4311559.html#a12288442
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


RE: organizing HTML templates into subdirectories

2007-08-22 Thread abhilash

Thanks for your reply .
Now i am able to get the page but it loks like static html different from
all my other pages.
please help me out.

Kolesnikov, Alexander  GNI wrote:
> 
> The page name should be used as "admin/ListClient" and its class should
> be in whatever.admin subpackage.
> 
> -Original Message-
> From: abhilash [mailto:[EMAIL PROTECTED] 
> Sent: 22 August 2007 14:15
> To: users@tapestry.apache.org
> Subject: organizing HTML templates into subdirectories
> 
> 
> 
> I have a sub directory called admin under WEB-INF .My servlet mapping is
> 
>  
>   dentaprise
>   /app
>
> 
> i have ListClient.html in admin directory.I am unable to get the page
> ListClient.where i have to specify my sub directory? any ideas?
> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/organizing-HTML-templates-into-subdirectories-tf43
> 11520.html#a12274323
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> --
> CONFIDENTIALITY NOTICE: If you have received this email in error, please
> immediately notify the sender by e-mail at the address shown.  This email
> transmission may contain confidential information.  This information is
> intended only for the use of the individual(s) or entity to whom it is
> intended even if addressed incorrectly.  Please delete it from your files
> if you are not the intended recipient.  Thank you for your compliance. 
> Copyright 2007 CIGNA
> ==
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/RE%3A-organizing-HTML-templates-into-subdirectories-tf4311559.html#a12288442
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: organizing HTML templates into subdirectories

2007-08-22 Thread Kolesnikov, Alexander GNI
The page name should be used as "admin/ListClient" and its class should
be in whatever.admin subpackage.

-Original Message-
From: abhilash [mailto:[EMAIL PROTECTED] 
Sent: 22 August 2007 14:15
To: users@tapestry.apache.org
Subject: organizing HTML templates into subdirectories



I have a sub directory called admin under WEB-INF .My servlet mapping is

 
  dentaprise
  /app
   

i have ListClient.html in admin directory.I am unable to get the page
ListClient.where i have to specify my sub directory? any ideas?


-- 
View this message in context:
http://www.nabble.com/organizing-HTML-templates-into-subdirectories-tf43
11520.html#a12274323
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown.  This email 
transmission may contain confidential information.  This information is 
intended only for the use of the individual(s) or entity to whom it is intended 
even if addressed incorrectly.  Please delete it from your files if you are not 
the intended recipient.  Thank you for your compliance.  Copyright 2007 CIGNA
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



organizing HTML templates into subdirectories

2007-08-22 Thread abhilash

I have a sub directory called admin under WEB-INF .My servlet mapping is 
 
  dentaprise
  /app
   

i have ListClient.html in admin directory.I am unable to get the page
ListClient.where i have to specify my sub directory?
any ideas?


-- 
View this message in context: 
http://www.nabble.com/organizing-HTML-templates-into-subdirectories-tf4311520.html#a12274323
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]