Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error:variable not defined: after migrating from jdev 3.2 to jdev 9i

Status
Not open for further replies.

srideviQ

Programmer
Aug 29, 2002
1
DE
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..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top