随笔- 488
文章- 1
评论- 31
阅读-
144万
06 2016 档案
Table AdvanceTable针对表内行禁用multipleSelection , singleSelection
摘要:OATableBean table = (OATableBean)webBean.findChildRecursive("LineTable"); table.setInsertable(true); table.setAutoInsertion(false); // we need to...
阅读全文
FND_MESSAGE_PUB.get及error_handler.get_message用法
摘要:FND_MESSAGE_PUB.get及error_handler.get_message用法
阅读全文
How to get date from OAMessageDateFieldBean
摘要:为其设置为当前时间 验证的输入的日期不能大于当前月最后一天 要求显示年月日时分秒,秒永远是00 String userDateFormat = pageContext.getOANLSServices().getUserJavaDateFormat(); userDateFormat = userD
阅读全文
java.sql.SQLException: ORA-01000: 超出打开游标的最大数
摘要:此问题的原因是在一个Session里面,未关闭的Statement或PreparedStatement数量超过了定义的打开游标的最大数。 使用此命令行查询数据库定义的单个session打开游标的最大数。 查看系统中已打开游标的最大数和允许打开有表达最大数 查看系统中打开游标数的SID 通过SID去查
阅读全文
在页面上以消息束的形式同时抛出多个DialogMessage
摘要:com.sun.java.util.collections.ArrayList exceptions = new com.sun.java.util.collections.ArrayList(); exceptions = (ArrayList)pageContext.getTransientSessionValue("CuxYellowExceptio...
阅读全文