ADF Error : Object bindings.MethodName.dataControl of type ApplicationModule is not found [closed]
up vote
-1
down vote
favorite
it's Working in (model tester) but in Page.jsf not Working
public void setWhereClauseVO(Number Pdeptid)
this.setWhereClause("DEPARTMENT_ID=:BienDepartmentId");
this.defineNamedWhereClauseParam("BienDepartmentId", null, null);
this.setNamedWhereClauseParam("BienDepartmentId", Pdeptid);
this.executeQuery();
public void setWhereClauseVO1(Number Pdeptid)
ViewObject empVO = this.getViewObject();
empVO.setWhereClause("DEPARTMENT_ID="+Pdeptid);
empVO.setOrderByClause("DEPARTMENT_ID DESC");
empVO.executeQuery();
Screenshot of error
oracle-adf
closed as off-topic by meagar♦ Nov 9 at 21:06
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
add a comment |
up vote
-1
down vote
favorite
it's Working in (model tester) but in Page.jsf not Working
public void setWhereClauseVO(Number Pdeptid)
this.setWhereClause("DEPARTMENT_ID=:BienDepartmentId");
this.defineNamedWhereClauseParam("BienDepartmentId", null, null);
this.setNamedWhereClauseParam("BienDepartmentId", Pdeptid);
this.executeQuery();
public void setWhereClauseVO1(Number Pdeptid)
ViewObject empVO = this.getViewObject();
empVO.setWhereClause("DEPARTMENT_ID="+Pdeptid);
empVO.setOrderByClause("DEPARTMENT_ID DESC");
empVO.executeQuery();
Screenshot of error
oracle-adf
closed as off-topic by meagar♦ Nov 9 at 21:06
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
Questions here cannot depend on screenshots of error messages or code. Any textual content needs to go in the question as human- and machine-readable text.
– meagar♦
Nov 9 at 21:06
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
it's Working in (model tester) but in Page.jsf not Working
public void setWhereClauseVO(Number Pdeptid)
this.setWhereClause("DEPARTMENT_ID=:BienDepartmentId");
this.defineNamedWhereClauseParam("BienDepartmentId", null, null);
this.setNamedWhereClauseParam("BienDepartmentId", Pdeptid);
this.executeQuery();
public void setWhereClauseVO1(Number Pdeptid)
ViewObject empVO = this.getViewObject();
empVO.setWhereClause("DEPARTMENT_ID="+Pdeptid);
empVO.setOrderByClause("DEPARTMENT_ID DESC");
empVO.executeQuery();
Screenshot of error
oracle-adf
it's Working in (model tester) but in Page.jsf not Working
public void setWhereClauseVO(Number Pdeptid)
this.setWhereClause("DEPARTMENT_ID=:BienDepartmentId");
this.defineNamedWhereClauseParam("BienDepartmentId", null, null);
this.setNamedWhereClauseParam("BienDepartmentId", Pdeptid);
this.executeQuery();
public void setWhereClauseVO1(Number Pdeptid)
ViewObject empVO = this.getViewObject();
empVO.setWhereClause("DEPARTMENT_ID="+Pdeptid);
empVO.setOrderByClause("DEPARTMENT_ID DESC");
empVO.executeQuery();
Screenshot of error
oracle-adf
oracle-adf
edited Nov 9 at 22:36
asked Nov 9 at 18:25
A. K
11
11
closed as off-topic by meagar♦ Nov 9 at 21:06
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
closed as off-topic by meagar♦ Nov 9 at 21:06
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – meagar
Questions here cannot depend on screenshots of error messages or code. Any textual content needs to go in the question as human- and machine-readable text.
– meagar♦
Nov 9 at 21:06
add a comment |
Questions here cannot depend on screenshots of error messages or code. Any textual content needs to go in the question as human- and machine-readable text.
– meagar♦
Nov 9 at 21:06
Questions here cannot depend on screenshots of error messages or code. Any textual content needs to go in the question as human- and machine-readable text.
– meagar♦
Nov 9 at 21:06
Questions here cannot depend on screenshots of error messages or code. Any textual content needs to go in the question as human- and machine-readable text.
– meagar♦
Nov 9 at 21:06
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Questions here cannot depend on screenshots of error messages or code. Any textual content needs to go in the question as human- and machine-readable text.
– meagar♦
Nov 9 at 21:06