Entries from Shay Shmeltzer's Weblog tagged with 'parameter'

Setting parameter value for binding with code

Back in the 10.1.3 days I wrote an entry that showed how to set the value of a parameter that is referenced in your page's binding by writing some code in your backing bean. Well with 11g we moved to...

Setting Parameter for Before Page Loads

One of the things that the new ADF controller allows you to do is call out to methods as part of your page flow. This can be used for example to set some initial values for a page before it...

Coding Parameter Values for Web Services Binding

I got a request for help from a partner yesterday, they were looking for a way to assign values to a list of parameters of a web service in a managed bean. Since the day before that I answered a...