Hi WarnerJan,

WarnerJan Veldhuis wrote:

[Click] [trace]    invoked: 'closeModelLink' ActionLink.onInit()
[Click] [trace]    invoked: 'logoffLink' ActionLink.onProcess() : true
[Click] [trace]    invoked: 'closeModelLink' ActionLink.onProcess() :
true
[Click] [trace]    invoked: Control listeners : true
[Click] [trace]    invoked: EditObjectsPage.onPost()
[Click] [trace]    invoked: EditObjectsPage.onRender()
[Click] [trace]    invoked: 'logoffLink' ActionLink.onRender()
[Click] [trace]    invoked: 'closeModelLink' ActionLink.onRender()
[Click] [trace]    invoked: 'form0' ObjectFormTable.onRender()
[Click] [trace]    invoked: 'form1' ObjectFormTable.onRender()
[Click] [trace]    invoked: 'form2' ObjectFormTable.onRender()


From the log it seems you only add the FormTables *after* the onProcess event, meaning your listeners won't be called.

My guess is that you only add the FormTable's in the EditObjectPage.onPost or EditObjectPage.onRender method which occurs after the onProcess event.

If you add the FormTables in your onInit event things should start working.

I'm curious though why you only add the FormTables in the onPost/onRender method of the Page?

kind regards

bob

Reply via email to