Re: url in address bar

2005-01-19 Thread Charles A Jordan
to:mime-version:con tent-type:content-transfer-encoding:references; b=XEkNEGmtFSqSSUu7WlvsjWjTNffNnWkFbOgQQvnWsV/97r1gjneT7MHWhUBdj4fkx2uE1KLK8+Mqvg adgU2JQua7rerMgaBKACqB5mYUBz7Pj+ZhtFvC1/ltAvD7WqhoS+QopU3UYDJ6ktAPo8kqAs5NBjLgHr 5Msk7DA6CnHDw= > Date: Wed, 19 Jan 2005 11:32:44 -0800 > From: Kishore Senji <[EMAIL PR

Re: url in address bar

2005-01-19 Thread Charles A Jordan
then you can manually add > > the context in server.xml located in \conf\ folder. > > What's the relationship with the question he's asking? > > > Vijaya > > -Original Message- > > From: Charles A Jordan [mailto:[EMAIL PROTECTED] > > Sent:

Re: url in address bar

2005-01-19 Thread Charles A Jordan
ehw3s4caZL6m5CFf0Zs92JcMmgKgLnaq6fJHCv91QLioDMJeQXTHfbAqvWKfNs3zvJuSaj WN2fS1XUKocPZ97YCcv+ZifKotEaD1Ad1nyvogS+2FOl9rcvD8FzgIXRqNVjziR6MQ4akU1t93+KquNK /wfyEtnhJf4YA= > Date: Wed, 19 Jan 2005 07:59:22 -0700 > From: Jim Barrows <[EMAIL PROTECTED]> > To: Struts Users Mailing List , Charle

url in address bar

2005-01-19 Thread Charles A Jordan
Hello All, This may not be the proper area for this question, but I thought I'd try anyway. I have set something in my web server, tomcat, or struts configuration so only my domain name (my.company.com) displays in the address bar of my browser no matter what page I'm on. So now when I press reload

Displaying images with dynamic names

2005-01-18 Thread Charles A Jordan
Hello All, I have a struts application which creates image (png) files which have the session ID embedded in the name to make them unique. How do I display these in my jsp? I can add the names to my actionform, but I don't know how to display the images. Any help would be greatly appreceated. Char