==Use the result of a server side script in the client== For example, use the result of a @DbName in your client script: {code:} dbname='#{javascript:@DbName()}'; {code} ==Get the runtime id of a control== In the XPage you set a name / id for a control, for example "panelSidebar". But at runtime, ... |