Hi,
I have some classes like mentioned below..
When i migrate to the j developer 9i from jdeveloper 3.2, the variable " sApplication" is not recognized
and also the "qView".
After migration jdeveloper 9i does not recognise the variables "sApplication" and "qView", with what i have to change it ,can anyone give me an example w.r.t this code..
public class ConnectionDWB extends oracle.jdeveloper.html.DataWebBeanImpl
{
public void internalInitialize() throws Exception
{
JSPApplicationRegistry appRegistry = JSPApplicationRegistry.getInstance();
appRegistry.registerApplicationFromPropertyFile(session, sApplication); ---problem is with the variable sApplication
String sHeader = getAttributeLabel(qView, dattrs[attrNo]);
qView.setRangeSize(nVisibleRows);
Row[] drows = qView.getAllRowsInRange();
Row currentRow = qView.getCurrentRow();
Any help will be appreciated..
I have some classes like mentioned below..
When i migrate to the j developer 9i from jdeveloper 3.2, the variable " sApplication" is not recognized
and also the "qView".
After migration jdeveloper 9i does not recognise the variables "sApplication" and "qView", with what i have to change it ,can anyone give me an example w.r.t this code..
public class ConnectionDWB extends oracle.jdeveloper.html.DataWebBeanImpl
{
public void internalInitialize() throws Exception
{
JSPApplicationRegistry appRegistry = JSPApplicationRegistry.getInstance();
appRegistry.registerApplicationFromPropertyFile(session, sApplication); ---problem is with the variable sApplication
String sHeader = getAttributeLabel(qView, dattrs[attrNo]);
qView.setRangeSize(nVisibleRows);
Row[] drows = qView.getAllRowsInRange();
Row currentRow = qView.getCurrentRow();
Any help will be appreciated..