POST form values to a tab in UI.Tab

POST form values to a tab in UI.Tab


Hi,
I have an interface with several tabs and forms in these tabs. What I
want to do now is on form submit POST the data to a tab.
For small forms this works fine with serializing the form data and
rewriting the tab url, but what if the size of the form data doesn't
fit into the GET variable?
melwood