I have a custom control with tabs and document datasource.The datasource needs to ignore request parameters. But when I set the ignoreRequestParams to true the tabs stop working. They simply not switch. Is this a bug?
Is there a solution to this?
I have a custom control with tabs and document datasource.The datasource needs to ignore request parameters. But when I set the ignoreRequestParams to true the tabs stop working. They simply not switch. Is this a bug?
Is there a solution to this?
Subject: XPages tabs
The tabs in Xpages are using Ajax on the background and therefore there is limited use of the tabs of XPages.
I solved the issue by using the tabs that comes with the Dojo toolkit. They are fairly easy to use (DIV’s) and are faster as well for the clients.
Subject: Ajax
I don’t think that the XPages tabs are using ajax. If I switch to another tab it always refreshes whole page. But my problem seems to be more general. Tabs is not the only thing that doesn’t work ![]()
Subject: still not found aa solution
I’ve discovered that it doesn’t ignore only tab switching but any request values. If I change value in comboBox it doesn’t execute it’s server side onChange event.If I set ignoreRequestParams on the document to false it works.
Why, why, why??