Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to print $current object in oj table

Milan Pandya-OracleFeb 7 2019 — edited Feb 7 2019

Hi All,

I am trying to dump $current object to see what structure + data values it holds. I am following oj table cookbook example for this. http://jet.us.oracle.com/jetCookbook.html?component=table&demo=templateSlotTable

In demo.js, I changed block of line# 37 with this one.

<template slot="ratingCellTemplate">

            <p><oj-bind-text value='[[$current]]'></oj-bind-text></p>

             <oj-rating-gauge value='[[cell.data]]' readonly style="width:60px;height:15px;">

             </oj-rating-gauge>

          </template>

Unfortunately, it prints [object Object] as output.

Does anybody have any idea on how to print objects on html page through oraclejet way?

Thank you

Comments

802316
You can send any type of data through JMS, however you have to connect to its broker to receive messages.

I don't know of any mail viewer which supports JMS, so you would need to create a gateway which receives JMS messages and sends them via an SMTP to a service your mail client is connected to.
YoungWinston
870564 wrote:
we are trying to send mail through jms (Java message service) but showing this msg. we are not receiving any mail which is sent through JMS
Sending Mail Message to queue on 2011-07-06
Message send to jms queue successfully."
You'll need to provide a LOT more information than that if you want a definitive answer. Have a look [url http://mindprod.com/jgloss/sscce.html]here.

Winston
1 - 2

Post Details

Added on Feb 7 2019
1 comment
537 views