I'm guessing you are referring to the css as a relative path -- ie
path/to/css.

If the CSS file is referred to as
${pageContext.request.contextPath}/webappRel/path/to/css, it will always
be found regardless of webapp context or servlet path. The browser
doesn't have to guess anymore. The same goes for any external resource
the page requires once it gets to the client.

--David

Propes, Barry L wrote:
> I've encountered similar problems with a session variable hitting a servlet 
> then calling a JSP page.
>
> I accounted for it by making two CSS paths -- one for the regular, initial 
> JSP and then a second for the calling JSP from the servlet.
> Not what I wanted to do, but it did work ok.
>
> -----Original Message-----
> From: lyore [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 29, 2006 10:16 PM
> To: users
> Subject: Problem about css render in jsp frame page
>
>
> Hi ,guys ! my jsp application have some frames ,each frame has used css, but 
> now I find a problem.
> when the user first navigate to each frame the css works ok,but when user 
> post a form in the frame 、process in the server and return to the previous 
> frame,the result is different because I find the css doesn't work properly, 
> including  font size 、button border and colors。By the way , if you want my 
> browser is firefox 1.5 and server is jboss 3.2.6
>
> Any answers will be appreciated, thanks !
>
>
>
>
> lyore
> 2006-09-30
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   


-- 
David Smith
Network Operations Supervisor
Department of Entomology
Cornell University
2132 Comstock Hall
Ithaca, NY 14853
Phone: (607) 255-9571
Fax: (607) 255-0940


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to