PDA

View Full Version : Field and Layout relation


sagarshelke
11-16-2007, 12:04 AM
Hi,

I have a the following structure due to the requirement of layout for the fields.

FormPanel
---TabPanel (has form Layout)
------Column Layout
---------Text Field

The problem is that when I try to access the text field using the form from FormPanel, using findfield, I get a null. I did check in firebug that the elements are created properly. The elements are properly placed in the UI as per the setup, but probably I am not accessing them in the correct way.

Any help appreciated.

Thanks

Sagar