Showing posts with label adf parameters url goLink get. Show all posts
Showing posts with label adf parameters url goLink get. Show all posts

Saturday, February 26, 2011

Passing URL Parameters Between Two (2) ADF Applications

I'll try to make this blog a quick one just in case i miss out a month end blogging hehe.

I just want to demonstrate how you can quickly redirect from one Application (with a totally different URL) to the next, while sending parameters using the go<Commands> eg. goLink.

In my example, i created two identical apps... well exactly alike but with a different title, different context root, etc. I named them ApplicationA and ApplicationB hehe.

So a quick demo of what it does:



Now for the jspx code (again they both have the same code just different titles)


And the matching adfc-config input page parameter declaration.


Quick and easy way for basic url parameters.