ADF BC How to pass parameter.
468840Aug 2 2007 — edited Aug 8 2007Im 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