Re: loosing style sheet, when reloading or visiting the jsp page again..found the reason

2005-10-04 Thread Frank W. Zammetti
Yeah, makes some sense... from the Struts User's Guide... "This tag () is useful because it allows you to use relative URL references in the page that are calculated based on the URL of the page itself, rather than the URL to which the most recent submit took place (which is where the browser woul

Re: loosing style sheet, when reloading or visiting the jsp page again..found the reason

2005-10-04 Thread Ashish Kulkarni
Hi the issue was i had defined style sheet above tag i just moved the style sheet definiation below tag and now it works I wonder what may be the reason for not working Ashish --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Ashish Kulkarni" <[EMAIL PROTECTED]> > > > i include the styl

Re: loosing style sheet, when reloading or visiting the jsp page again

2005-10-04 Thread Frank W. Zammetti
Exactly what she said :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, October 4, 2005 11:24 am, Wendy Smoak said: > From: "Ashish Kulkarni" <[EMAIL PROTECTED]> > >> i include t

Re: loosing style sheet, when reloading or visiting the jsp page again

2005-10-04 Thread Wendy Smoak
From: "Ashish Kulkarni" <[EMAIL PROTECTED]> i include the style sheet Have you compared the HTML of the page when the stylesheet works vs. when it is lost? When this happened to me, I found that a ;jessionid was getting appended to the stylesheet URL. (But my situation was the other way a

Re: loosing style sheet, when reloading or visiting the jsp page again

2005-10-04 Thread Ashish Kulkarni
Hi i include the style sheet --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > I can't imagine why that would happen, but, do you > define the stylesheet > in the page or link/include it? > > Frank > > Ashish Kulkarni wrote: > > Hello > > I have a jsp page where in i have defined a style >

Re: loosing style sheet, when reloading or visiting the jsp page again

2005-10-03 Thread Michael Jouravlev
Don't use relative address for stylesheet or use or on the JSP page. On 10/3/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hello > I have a jsp page where in i have defined a style > sheet, when i reload the page, or revisit the page > from some other link i loose the style sheet, and the > p

Re: loosing style sheet, when reloading or visiting the jsp page again

2005-10-03 Thread Frank W. Zammetti
I can't imagine why that would happen, but, do you define the stylesheet in the page or link/include it? Frank Ashish Kulkarni wrote: Hello I have a jsp page where in i have defined a style sheet, when i reload the page, or revisit the page from some other link i loose the style sheet, and the

loosing style sheet, when reloading or visiting the jsp page again

2005-10-03 Thread Ashish Kulkarni
Hello I have a jsp page where in i have defined a style sheet, when i reload the page, or revisit the page from some other link i loose the style sheet, and the page looks ugly does anyone know why this happens, and how to resolve this It happens in IE and mozilla browser Ashish