when/where to call setNamedWhereClauseParam?
43545Sep 10 2008 — edited Sep 11 2008i have an adf/jsp page with a table and a parameter form
i have a user bean with user id which i need to set as a parameter to my viewobject
where do i call viewobject's method setNamedWhereClauseParam? I tried to call it in getXXXView in my ApplicationModule with no effect.