Re: / getting added to action path

2012-06-08 Thread Konstantin Kolinko
2012/6/7 Dharamshila Khandelwal dharmshil...@gmail.com: I use the URL like this: link rel=stylesheet href=style/core/style.css type=text/css Once I click save, it add 'action' in front of it. Please note that this problem is only with IE7 8. This works absolutely fine in IE6. Relative

Re: / getting added to action path

2012-06-07 Thread Dharamshila Khandelwal
I added AccessLogValve in server.xml and was able to find the exact problem. The problem is not with /, the problem is following: 1. When I load the screen initially, it loads fine, its able to find all the components. 2. When I click on save, it calls following servlet 10.16.10.90 - -

Re: / getting added to action path

2012-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dharamshila, On 6/7/12 9:58 AM, Dharamshila Khandelwal wrote: I added AccessLogValve in server.xml and was able to find the exact problem. The problem is not with /, the problem is following: 1. When I load the screen initially, it loads fine,

Re: / getting added to action path

2012-06-07 Thread Dharamshila Khandelwal
I use the URL like this: link rel=stylesheet href=style/core/style.css type=text/css Once I click save, it add 'action' in front of it. Please note that this problem is only with IE7 8. This works absolutely fine in IE6. On Thu, Jun 7, 2012 at 12:53 PM, Christopher Schultz

Re: / getting added to action path

2012-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dharamshila, On 6/7/12 1:44 PM, Dharamshila Khandelwal wrote: I use the URL like this: link rel=stylesheet href=style/core/style.css type=text/css You need to make sure that your URL starts with a / in order to make it work when the containing

Re: / getting added to action path

2012-06-06 Thread Konstantin Kolinko
2012/6/6 Dharamshila Khandelwal dharmshil...@gmail.com: Tim, It worked fine with IE 6. Tomcat logs clearly say that the path is invalid. Wierd this is that when the screen is loaded for the first time, it works fine. If I click on save (which makes a call to servlet) , it starts giving