RE: url rewrite prob in tag

2004-03-03 Thread Wendy Smoak
> From: Mitchell, Glen (Corporate Channel Development) > On the page I use the following struts tag > > On the initial hit of the site this produces > src="http://host_name/images/x.gif:jsessionid=some_id_valu > e" .> > The browser does not load this at all. > On hitting Refresh on the b

url rewrite prob in tag

2004-03-03 Thread Mitchell, Glen (Corporate Channel Development)
I've posted this on Apache/Tomcat/Struts as unsure where appropriate I have a jsp page hosted on Apache 1.3.xxx/Tomcat 4.1.xxx config On the page I use the following struts tag On the initial hit of the site this produces http://host_name/images/x.gif:jsessionid=some_id_value"; .> The b

URL Rewrite & Cookies

2003-03-03 Thread Jonathan
I'm still having problems with sessions here but I've kind of narrowed it down now. if I have a html:link tag in a page that is currently using Session A will it still use the same session if I use that link to get to another page? I'm assuming it uses URL rewriting instead when using html:link whi

url-rewrite

2003-01-31 Thread modena
Hi i've a problem: i use the struts's tag in my jsp and mapping.findForward("..."); in my Action but the url-rewrite doesn't work... In an Action i set an session variable and my code in all project is(for example): in jsp Didattica in struts-config.xml

Re: auto reload of message resource and URL-rewrite

2001-02-26 Thread Kan Leung, MK
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 26, 2001 9:44 PM Subject: Re: auto reload of message resource and URL-rewrite > Hi, > I am sorry for my "stupidity". Need to read more careful email, and what > people ask. I have tried myself the following link: >

Re: auto reload of message resource and URL-rewrite

2001-02-26 Thread Maya Muchnik
> > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, February 22, 2001 2:06 AM > > Subject: Re: auto reload of message resource and URL-rewrite > > > > > At the bottom of the struts-conf

Re: auto reload of message resource and URL-rewrite

2001-02-22 Thread Maya Muchnik
ubject: Re: auto reload of message resource and URL-rewrite > > > At the bottom of the struts-config.xml file for the example > application, you > > will see an action definition: > > > > > type="org.apache.struts.actions.ReloadAction"/> &g

Re: auto reload of message resource and URL-rewrite

2001-02-22 Thread Craig R. McClanahan
-example/struts-power.gif;jsessionid=nhiizz1yq1". May I know why > URL-rewrite is invoked for my browser, which cookie capability is > properly enabled? > I didn't answer the other half of this question in my previous response, so here is some background on why the URL rewriting t

Re: auto reload of message resource and URL-rewrite

2001-02-21 Thread Craig R. McClanahan
pplications as well. > > * My 2nd question is about "struts-example". Everytime when I load > "http://localhost/struts-documentation/", the image is never loaded > successfully at during first time. I viewed the source it the IMG_SRC is > "/struts-example/str

Re: auto reload of message resource and URL-rewrite

2001-02-21 Thread Kan Leung, MK
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 2:06 AM Subject: Re: auto reload of message resource and URL-rewrite > At the bottom of the struts-config.xml file for the example ap

auto reload of message resource and URL-rewrite

2001-02-21 Thread Kan Leung, MK
estion is about "struts-example". Everytime when I load "http://localhost/struts-documentation/", the image is never loaded successfully at during first time. I viewed the source it the IMG_SRC is "/struts-example/struts-power.gif;jsessionid=nhiizz1yq1". May I know why