oamessagestyledtextbean in oaf
oamessagestyledtextbean is one of the bean of the OAF page layout. This helps to design the OAF pages. This is uses to display some values in some field of the OAF page but don't want user can enter the values in that field. So for this we need to create the Item or Bean with the Style of Styled Text Bean. oamessagestyledtextbean in oaf is uses to create the Display only Text items in the OAF page in which user can only see the values but not enter or change some thing in these fields. These are only the Display beans of the OAF Page.
Sample code of oamessagestyledtextbean in oaf
String name=pageContext.getParameter(“item1”);
OAMessageStyledTextBean
mst=(OAMessageStyledTextBean)webBean.findChildRecursive(“item2”);
mst.setValue(pageContext,name);
0 comments:
Post a Comment