Hi, Where exactly can I put a a!sectionLayout in a formLayout? Curren

Hi,

Where exactly can I put a a!sectionLayout in a formLayout? Currently I am getting no output with the following code pattern:

a!formLayout(
label: "blah balah blah",
firstColumnContents:{
a!sectionLayout(
a!gridField(),
a!buttonLayout()
)
}
)

The above code is not getting rendered in tempo! It works well in interface designer though....

OriginalPostID-103310

OriginalPostID-103310

  Discussion posts and replies are publicly visible