Hello, I have two advancedTable regions under a tab, both are having two different controller classes; let's name first table as table1 and second as table2 Is it possible to invoke the processRequest method of table2 only when the row is selected ...
Home/controller
Oraask Latest Questions
Question
Question
hi all, i have a string getting from variable in my controller like this : String Vstr = pageContext.getParameter("Myfield"); now i want to use this variable in sql statement but if i pass this variable like +Vstr in my sql ...