Hi,

About the 'naked' html:
Make sure you have this mapping in your web.xml
        <servlet-mapping>
                <servlet-name>YourTapestryServletName</servlet-name>
                <url-pattern>*.html</url-pattern>
        </servlet-mapping>


</Firas>

-----Original Message-----
From: xVik [mailto:[EMAIL PROTECTED] 
Sent: den 24 juli 2006 17:18
To: users@tapestry.apache.org
Subject: problem with page service incoder


I add standart page service url encoder: 
<contribution configuration-id="tapestry.url.ServiceEncoders">
        <page-service-encoder id="page" extension="html" service="page"/>

so my url become beautiful: domain.com/Page.html

but url for pages wich is content subfolders renders like that:
domain.com/subfolder/Page.html

and css file (assigned in the border element) couldn't be found.. and i see
naked html..

how it may be resolved??
p.s. i found only one way:
<span jwsid="@PageLink" page="subfolder%2FPage.html"/> but this is very
ugly!
--
View this message in context:
http://www.nabble.com/problem-with-page-service-incoder-tf1992991.html#a5469
496
Sent from the Tapestry - User forum at Nabble.com.



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

Reply via email to