Hi Vidhi I assume you are using IIS7? Is so, the IIS7 request filter rejects URL's containing + characters. You need to turn off what they call the "doubleEscaping" feature in IIS7.
To do this, on your midtier server, do to the command prompt and enter the following: %windir%\system32\inetsrv\appcmd set config "Default Web Site" -section:system.webServer/security/requestfiltering -allowDoubleEscaping:true Then press enter. Open that test page again and all will work fine. Cheers On Wed, Dec 8, 2010 at 2:07 PM, Vidhi Sharma <[email protected]> wrote: > ** > > Hi, > > > > We are using Midtier 7.6.03 with Tomcat6. > > > > We have created one form +Test and try to access this form via Midtier. > > We are getting an error ‘Form does not exist.’ Also the form name gets > modified to ‘Test’. > > > > Please suggest how to resolve this issue. > > > > Regards, > > Vidhi > > > > ------------------------------ > ::DISCLAIMER:: > > ----------------------------------------------------------------------------------------------------------------------- > > The contents of this e-mail and any attachment(s) are confidential and > intended for the named recipient(s) only. > It shall not attach any liability on the originator or HCL or its > affiliates. Any views or opinions presented in > this email are solely those of the author and may not necessarily reflect > the opinions of HCL or its affiliates. > Any form of reproduction, dissemination, copying, disclosure, modification, > distribution and / or publication of > this message without the prior written consent of the author of this e-mail > is strictly prohibited. If you have > received this email in error please delete it and notify the sender > immediately. Before opening any mail and > attachments please check them for viruses and defect. > > > ----------------------------------------------------------------------------------------------------------------------- > _attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

