[CLOSED] TextField input: BADRESPONSE: missing ) in parenthetical

  1. #1

    [CLOSED] TextField input: BADRESPONSE: missing ) in parenthetical

    Testing user input value for a textfield I got a bad response submitting the following value "sdas<dd<>"
    it is a field note and it should be possible to enter "<" and ">" characters
    how can I avoid it ?

                                    <ext:Column ID="Column16" runat="server" Text="Note 1" Width="200" DataIndex="USER_NOTE_1">
                                        <Editor>
                                            <ext:TextField ID="TextField6" runat="server" />
                                        </Editor>
                                    </ext:Column>
    Thanks in advance
    Last edited by Daniil; Mar 19, 2013 at 4:27 AM. Reason: [CLOSED]
  2. #2
    Hello!

    I think you have this problem: http://stackoverflow.com/questions/81991/

    To solve this problem you can also use Ext.htmlEncode and Ext.htmlDecode: http://docs.sencha.com/ext-js/4-1/#!...hod-htmlEncode and http://docs.sencha.com/ext-js/4-1/#!...hod-htmlDecode

Similar Threads

  1. [CLOSED] BADRESPONSE: missing ) in parenthetical
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 24, 2012, 10:49 AM
  2. Status Code 200: BADRESPONSE: missing } in XML expression
    By marcossoft in forum 1.x Legacy Premium Help
    Replies: 32
    Last Post: Oct 09, 2010, 6:46 AM
  3. [CLOSED] Input Mask for textfield
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 20, 2010, 10:20 AM
  4. BADRESPONSE: missing } after property list
    By designworxz in forum 1.x Help
    Replies: 7
    Last Post: Feb 17, 2009, 8:47 PM
  5. Replies: 10
    Last Post: Aug 31, 2008, 5:36 PM

Tags for this Thread

Posting Permissions