Posts

Showing posts from September, 2012

Redirect to tab from LOV

Image
For this basic example, let me use it to re-direct to one of my tabs in my example application. I have Plugins, Google, Comments. Their submit values are T_PLUGINS, T_GOOGLE, T_COMMENTS respectively. Of course, this example was designed with the fact of apex set up with the tabs infrastructure and not lists - and to get to a specific tab, you submit the page with the tab name. Normally, I would use a LOV from an SQL query, however for this basic example, let me just create a static LOV query. Create the LOV in the shared components - you can find out more information about this in the builders guide - see:  http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/bldapp_lov.htm#HTMDB25450 Specify name as PAGE_TABS and type as Static. From here we want to set the display value as something that the user will see, and the return value as something we can use to. Se specify the display value as the tab display value, and the return value as the tab name. Once done, on your page