cancel
Showing results for 
Search instead for 
Did you mean: 

Display Error Message table on Top

Former Member
0 Kudos

Hello Friends,

I have req to display all erorr message as table on top of the page.

Please give me feasible soln.

thanks...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

insert the UII element 'Message Area' in the container . All the error messages wud thn b displayed on the top of the page .

Former Member
0 Kudos

Hi,

Use Message area UI element and attach the table to that and keep the message area as first element under ROOTCONTAINERUI element.

Former Member
0 Kudos

Can you please explain in detail.....

yesrajkumar
Active Participant
0 Kudos

Hi,

Check this example it will be helpful.

WDR_TEST_MESSAGE_AREA

Thanks,

Rajkumar. S

Former Member
0 Kudos

Hi Shilpi,

Add one transparent container to the ROOTUIELEMENTCONTAINER and inside that add one table ui element .Now bind the table with node. So when ever the node has values those will be dispayed

in table.

Note:The Transparent container should be the first element under ROOTUIELEMENTCONTAINER