[CLOSED] [1.0] Hidden Fields Not Being Submitted

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] [1.0] Hidden Fields Not Being Submitted

    Hello,

    I have a page containing a FormPanel. Within this FormPanel there is a TabPanel which contains several Panel controls. If I set one of the Panel controls to hidden (server side before page render) then the tab is correctly hidden. However, when the FormPanel is submitted (using formPanel.getForm().submit(...);) the controls (TextField, TextArea etc) on the hidden Panel are not being submitted.

    I think I have tracked this down to them not being in the FormPanel's BasicForm's item collection and I believe this is because the hidden tab is being removed from the TabPanel's item collection. When I look at the ExtJS code that is generated by Ext.NET I can see that the hidden tab has been created as if it was Lazy (I think that's the right term).

    Do you know how I can change this behaviour so that the controls are submitted correctly?

    Thanks,
    Richard
    Last edited by geoffrey.mcgill; Aug 26, 2011 at 9:17 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] [1.0] form validation - hidden fields
    By betamax in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 20, 2010, 2:04 PM
  2. [CLOSED] Hidden Fields, SqlDataSource, ComboBox Update Grid Problem
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 24, 2010, 4:06 PM
  3. [CLOSED] Not all form fields are submitted
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: May 05, 2010, 12:58 PM
  4. Replies: 3
    Last Post: Apr 19, 2010, 5:00 AM
  5. Submitted data too big
    By marcossoft in forum 1.x Help
    Replies: 9
    Last Post: Jul 27, 2009, 7:26 PM

Posting Permissions