Yeah, makes some sense... from the Struts User's Guide... "This tag (<base>) 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 would normally resolve relative references against)."
I don't off the top of my head know all the details of that tag, either the underlying <base> tag or the <html:base> tag (can't say I've ever used either frankly), but if you had your linke PRIOR to it, it seems obvious, from the above quote, that the URL might not get calculated properly. Why it worked the first time and not after that might have something to do with the part about what happens before and after the most recent submit. -- 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 3:04 pm, Ashish Kulkarni said: > Hi > the issue was i had defined style sheet <link href..> > above > <html:base/> tag > i just moved the style sheet definiation below > <html:base/> 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 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 around-- the >> stylesheet was missing on the *first* page access, >> until the session cookie >> was established and the ;jsessionid stopped getting >> appended.) >> >> If it's still not working, post the part of the JSP >> that includes the >> stylesheet, and both versions of the HTML it >> generates. Something has to be >> different. >> >> -- >> Wendy Smoak >> >> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [EMAIL PROTECTED] >> For additional commands, e-mail: >> [EMAIL PROTECTED] >> >> > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]