Re: Problem with submitting while using NTLM authentication

2008-03-13 Thread dgv123
Check if works. I had the same issue with this on a UNIX environment(struts 2). When i replaced the tag with the regular tag...it worked fine Tarun Reddy wrote: > > Hi all, > I'm using NTLM authentication to let the user in. After the user gets into > the application, he'll be shown a jsp p

Problem with submitting while using NTLM authentication

2006-04-11 Thread Tarun Reddy
Hi all, I'm using NTLM authentication to let the user in. After the user gets into the application, he'll be shown a jsp page, which typically contains an . After user enters his inputs and submits the form, the values are not submitted as part of the HTTP Request. If I modify the form as, , then