Real DOCS: http://docs.oracle.com/cd/E26098_01/user.1112/e17455/deploying_apps.htm#OJDUG645 OJDeploy Documentation if you run it from the command line - I keep looking for this so I though I would post it here so I remeber. Oracle JDeveloper Deploy 11.1.2.1.0.6081 Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. Usage: ojdeploy -profile <name> -workspace <jws> [ -project <name> ] [ <options> ] ojdeploy -buildfile <ojbuild.xml> [ <options> ] ojdeploy -buildfileschema Arguments: -profile the name of the Profile to deploy -workspace full path to the JDeveloper Workspace file(.jws) -project name of the JDeveloper Project within the .jws where the Profile can be...
Hi Could you please elaborate on the example.
ReplyDeletei have a similar requirement where i have to make the first row as default when the table is populated by the query panel.
i do not know where to place this code.
Please help
I usually do this on the queryListener in the af:query. Have you tried a displayRow="first" on you table it may be simpler depending on your requirement.
Deletecan i use:
ReplyDeleteObject rowKey = resultTable.getScrollTopRowKey();
instead of:
Object rowKey = resultTable.getAttributes().get("scrollTopRowKey");?
I want the first row in my manageBean
ReplyDelete