Re: url parameters go missing

2008-05-31 Thread M.Ganesh
Karen Tracey wrote: > On Sat, May 31, 2008 at 3:29 AM, M.Ganesh <[EMAIL PROTECTED] > > wrote: > > > Karen Tracey wrote: > > On Fri, May 30, 2008 at 9:48 PM, Karen Tracey > <[EMAIL PROTECTED] > >

Re: url parameters go missing

2008-05-31 Thread Karen Tracey
On Sat, May 31, 2008 at 3:29 AM, M.Ganesh <[EMAIL PROTECTED]> wrote: > > Karen Tracey wrote: > > On Fri, May 30, 2008 at 9:48 PM, Karen Tracey <[EMAIL PROTECTED] > > > wrote: > > > > On Fri, May 30, 2008 at 7:53 PM, M.Ganesh <[EMAIL PROTECTED] > >

Re: url parameters go missing

2008-05-31 Thread M.Ganesh
Karen Tracey wrote: > On Fri, May 30, 2008 at 9:48 PM, Karen Tracey <[EMAIL PROTECTED] > > wrote: > > On Fri, May 30, 2008 at 7:53 PM, M.Ganesh <[EMAIL PROTECTED] > > wrote: > > > Hi All, > > I have this url to start a no

Re: url parameters go missing

2008-05-30 Thread Karen Tracey
On Fri, May 30, 2008 at 9:48 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, May 30, 2008 at 7:53 PM, M.Ganesh <[EMAIL PROTECTED]> wrote: > >> >> Hi All, >> >> I have this url to start a note_l1 addition : >> '/contacts/note_l1/add/?entity=2' >> >> This reaches the server and my code intact.

Re: url parameters go missing

2008-05-30 Thread Karen Tracey
On Fri, May 30, 2008 at 7:53 PM, M.Ganesh <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have this url to start a note_l1 addition : > '/contacts/note_l1/add/?entity=2' > > This reaches the server and my code intact. An 'Add; page is displayed. > After I fill the form and press the 'Add' button only

url parameters go missing

2008-05-30 Thread M.Ganesh
Hi All, I have this url to start a note_l1 addition : '/contacts/note_l1/add/?entity=2' This reaches the server and my code intact. An 'Add; page is displayed. After I fill the form and press the 'Add' button only the '/contacts/note_l1/add/' portion reaches the server. the '?entity=2' is m