Getting Forbidden Error with Ajax

2007-08-23 Thread maulik.9
Hi All, I am getting some weird problem and have no clue what to do. Here is the Situation: I have added two select boxes for province and city, the city box gets populated once the user selects the province. I have referred

Re: Getting Forbidden Error with Ajax

2007-08-23 Thread maulik.9
-type'] = this.options.contentType + (this.options.encoding ? '; charset=' + this.options.encoding : ''); to: headers['Content-type'] = this.options.contentType; that should work well. On Aug 23, 1:13 pm, maulik.9 [EMAIL PROTECTED] wrote: Hi All, I am getting some weird problem and have

Populate Model Fields Combo box to put with search text box

2007-05-21 Thread maulik.9
Hi, I am trying to built up a search section on each page of application, where user has text box along with all the fields of the specific model in select box. User can enter the search term and select in which field he wants to search. I was wondering if such component already available ? if