still a bit confusing. I tried to use the submittedValue.
When I try to create the onItemClick event from the events tab, the generated code is not valid
<xe:eventHandler event="onItemClick" submit="true"<br/>
refreshMode="complete"><br/>
<xe:this.action><![CDATA[#{javascript:true}]]></xe:this.action>
</xe:eventHandler></xe:applicationLayout><br/>
throws an unknown tag error and the page does not save.
I can now ( according to the sample in the sample nsf ) change all xe to xp. This will let me change the page, but the event is not triggered.
There is also an event in the properties of the applicationLayout control.
This generates the following code
<xe:applicationLayout id="cois_application_layout"<br/>
onItemClick="#{javascript:true}">
<xp:callback facetName="facetNull" id="facetNull"/><br/>
<xe:this.facets><br/>
But even here, my code is not triggered ( the "true" ist just a dummy to see, where the code is generated in the source )
Not sure what's going on. Friday afternoon. Will give it another try later.