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!

ADF BC How to pass parameter.

468840Aug 2 2007 — edited Aug 8 2007
Im new in JDEV ADF framework technology.

This is the case.

1. I have custom method that has 2 parameters and I put in Application Module
2. I publish this method to client
3. I drag and drop the method from Data Palette to JSP
4. I choose it as ADF Form with parameter
5. User provides these 2 parameters and hit the submit button to directly access the custom method in Application Module

so far so good...

6. The custom method returns true and forwarded to another page called B
7. This page B has View Object that constructed from query that has bind variable
8. Question : How I get the parameters that input by the user to be set as bind variable in page B?


Im expecting no coding at all here. Just drag and drop and set things declaratively.


NB: Im trying now with execute with params together with setcurrentrowwithkey. Still no ok. Anyone could help??


rgrds n thx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2007
Added on Aug 2 2007
9 comments
1,361 views