Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Losing the current row without doing anything

737412Nov 26 2009 — edited Dec 1 2009
I using 10g and my page have a VOR (viewobject readonly) to control form data but...

I'm losing several times the current row ... for example I put this code in a button:

public String clickAction() {

AdminUCAtoCartorarioAMImpl am = null;

try {

am = ( AdminUCAtoCartorarioAMImpl )super.getApplicationModule( "AdminUCAtoCartorarioAMDataControl" );

am.getAmbienteEscaninhoVOR().getCurrentRow(); //Here, sometimes brings me null.

} catch (Exception e) {
e.printStackTrace();
}

return null;

}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2009
Added on Nov 26 2009
19 comments
1,308 views