I tried to extend an iRecruitment vo, JobResultsVO with couple of additional fields. Getting “java.sql.SQLSyntaxErrorException: ORA-00904: "IVS"."EMPLOYEE": invalid identifier ” error. The system is putting my query in another select statement, “QRSLT”, but trying to put a where statement with ...
Oraask Latest Questions
Hello, Is it possible or any work around available to have multiple subTabLayout in one page? When I tried to create more than one subTabLayout, I am getting the below error message Only One SubTabLayoutBean can exist on the page. Appreciate any insight.
Hi All, I am using resultBasedSearch Construction Mode in Query region. The search page displays "Note that the search is case insensitive" which I want to remove. When I entered a text in Simple Panel Instructions it worked. But I don't ...
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 ...
Hello, I have a set list values and i want this process: -when i choose a value from this list the second field become disabled. so how to do this? thanks.