It's not a secret anymore!
The moose likes JSF and the fly likes How to Show Inline Message in Oracle ADF 11g Release 1. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to Show Inline Message in Oracle ADF 11g Release 1." Watch "How to Show Inline Message in Oracle ADF 11g Release 1." New topic
Author

How to Show Inline Message in Oracle ADF 11g Release 1.

ranjeeth ravindran
Greenhorn

Joined: Feb 13, 2010
Posts: 10
Can you please tell me how to do Inline message in Oracle ADF. I attached Screen shot how i want.



[Thumbnail for 11-6-2012 12-27-12 PM.jpg]

Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14475
    
    7

That's not an Oracle-specific thing. The Tag that does that looks like this:

Place it wherever you want the message text to appear. It can generally be treated the same way an outputText element would be. The "for=" attribute indicates the ID value of the control whose messages are to be displayed.

Some JSF third-party tagsets offer extended variations of the message tag that allow for things like specifying different output style classes depending on the error severity. I don't know if ADF is one of them, but the h:messages element is part of the JSF core and therefore always available.


Customer surveys are for companies who didn't pay proper attention to begin with.
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2927
    
  15

If you want ADF specific component then you can use <af:message>


Mohamed Sanaulla | My Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to Show Inline Message in Oracle ADF 11g Release 1.
 
Similar Threads
Oracle ADF + siteminder
J2EE and Oracle Frameworks and Tools,
h:inputText readonly="true" not updating managed bean values
how to highlight row in table ( no radio or check boxes)?
Jobs in JSF