Oracle BPM Ajax to Fuego Object?

I'm assuming you are using JSPs to present your BPM Object.

I'm assuming you are using JSPs to present your BPM Object: First, define your BPM Object method to receive one single argument of type StringString (http parameters of the request), and returning String (the content of your response). Then, in your JSP/JavaScript, use Fuego tag "" to get the URL to which you will do an XHR request. Example, with jQuery: $.

Ajax({ type: "GET", url: "", data: xhrArgs, dataType: "text", success: function(data, status) { /* your code here. Data contains the String returned by your method */ } }); Where viewObject is the bpm object variable you are passing to the JSP page. For details on the tag libs see: OBPM JSP Tag lib.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions