Ed,
I'm working with a CVS snapshot from December and I do not see that 
behavior.  I would guess that that was a bug, but I'm not sure what release 
it was fixed in.  You might want to check the release notes.

Hope that helps...
Steve


>From: "Ed Milic" <[EMAIL PROTECTED]>
>Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Bug with URL rewriting of input type button = "image"
>Date: Mon, 11 Feb 2002 15:30:05 -0500
>
>I am just wondering if this is a bug or was intended this way and if it was
>intended this way please enlighten me as to why.
>
>Here is a code snippet of the problem:
>
><form name="delete" method="POST" action="delete.do;jsessionid=z1drw3ypy1">
>    <input type="hidden" name="name" value="John">
>    <input type="image" name="" src="/images/del.gif;jsessionid=z1drw3ypy1"
>alt="delete" border="0">
></form>
>
>So basically with cookies turned on in the browser the
>"/images/del.gif;jsessionid=z1drw3ypy1" becomes "/images/del.gif" and there
>is no problem seeing the image but when cookies are turned off and URL
>rewriting is performed it adds the jsessionid appended as shown above in 
>the
>code snippet and the image wont load because it is looking for an image
>called "del.gif;jsessionid=z1drw3ypy1" which of course doesnt exist.
>
>I am using struts version 1.0 btw.
>
>Any help with this problem would be appreciated.
>
>Thanks,
>Ed
>
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to