Invoking an action URL from within a non-ADF (e.g. GWT) application
Hi there,
I'm currently working on a non-ADF-based WSRP portlet producer application. It now so happens that I need to generate (on server-side) a new action URL for the current portlet (e..g using javax.portlet.ResourceResponse#createActionURL) that is to be used (i.e. redirected to) later from plain-old (client-side) JavaScript.
What I understand so far is this:
1) I can generate a new action URL using e.g. javax.portlet.ResourceResponse#createActionURL on server-side as expected, with WebCenter then automatically rewriting that URL on-the-fly into something much more complicated before streaming it back to the level of the actual browser.
I'm currently working on a non-ADF-based WSRP portlet producer application. It now so happens that I need to generate (on server-side) a new action URL for the current portlet (e..g using javax.portlet.ResourceResponse#createActionURL) that is to be used (i.e. redirected to) later from plain-old (client-side) JavaScript.
What I understand so far is this:
1) I can generate a new action URL using e.g. javax.portlet.ResourceResponse#createActionURL on server-side as expected, with WebCenter then automatically rewriting that URL on-the-fly into something much more complicated before streaming it back to the level of the actual browser.
0