Tuesday, July 21, 2009

Customizing Query Bean to Extend/Override the functionality of GO button

When we develop Search Page using Query bean it renders a Go button, and OAF handles it's functionality. We need not to write any code for it(when we clicks on GO button it queries VO). But still there may be some situations where we want to write our own code that should be executed on the click of "Go" button like we want modify where clause/add some order by clause or some other operation like changing the property of some items(Based on PPR).

Read More..

0 comments: